Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/WolfireGames/overgrowth.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Libraries/glew-2.0.0/auto/core/gl/GL_ATI_separate_stencil')
-rw-r--r--Libraries/glew-2.0.0/auto/core/gl/GL_ATI_separate_stencil10
1 files changed, 0 insertions, 10 deletions
diff --git a/Libraries/glew-2.0.0/auto/core/gl/GL_ATI_separate_stencil b/Libraries/glew-2.0.0/auto/core/gl/GL_ATI_separate_stencil
deleted file mode 100644
index b7237e5c..00000000
--- a/Libraries/glew-2.0.0/auto/core/gl/GL_ATI_separate_stencil
+++ /dev/null
@@ -1,10 +0,0 @@
-GL_ATI_separate_stencil
-http://www.opengl.org/registry/specs/ATI/separate_stencil.txt
-GL_ATI_separate_stencil
-
- GL_STENCIL_BACK_FUNC_ATI 0x8800
- GL_STENCIL_BACK_FAIL_ATI 0x8801
- GL_STENCIL_BACK_PASS_DEPTH_FAIL_ATI 0x8802
- GL_STENCIL_BACK_PASS_DEPTH_PASS_ATI 0x8803
- void glStencilOpSeparateATI (GLenum face, GLenum sfail, GLenum dpfail, GLenum dppass)
- void glStencilFuncSeparateATI (GLenum frontfunc, GLenum backfunc, GLint ref, GLuint mask)