Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/gl.h')
-rw-r--r--src/render/gl.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/render/gl.h b/src/render/gl.h
index 7270f2d..31609ad 100644
--- a/src/render/gl.h
+++ b/src/render/gl.h
@@ -134,6 +134,12 @@ void depthfunc(GLenum func);
/// glBlendFunc
void blendfunc(GLenum sfactor, GLenum dfactor);
+/// glAlphaFunc
+void alphafunc(GLenum func, GLclampf ref);
+
+/// glPolygonOffset
+void polygonoffset(GLfloat factor, GLfloat units);
+
/// Delimite the start of a sequence of verteces describing a primitive or group of primitives
/** @param primitive The type of drawing primitive
* @see end()