From 084c6212afaa6f996091f36d0ff85ac845803a87 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 21 Oct 2007 15:20:20 +0000 Subject: added glDisable and glBlendFunc --- src/gl/osiriongl.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/gl/osiriongl.h') diff --git a/src/gl/osiriongl.h b/src/gl/osiriongl.h index 92c0db3..26ff131 100644 --- a/src/gl/osiriongl.h +++ b/src/gl/osiriongl.h @@ -56,6 +56,9 @@ namespace gl /// glEnable void enable(GLenum cap); + /// glDisable + void disable(GLenum cap); + /// glShadeModel void shademodel(GLenum mode); @@ -69,6 +72,9 @@ namespace gl /// glDepthMask void depthmask(GLenum mode); + /// glBlendFunc + void blendfunc(GLenum sfactor, GLenum dfactor); + /// Delimite the start of a sequence of verteces describing a primitive or group of primitives /*! @param primitive The type of drawing primitive * @see end() -- cgit v1.2.3