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_KTX_buffer_region')
-rw-r--r--Libraries/glew-2.0.0/auto/core/gl/GL_KTX_buffer_region13
1 files changed, 0 insertions, 13 deletions
diff --git a/Libraries/glew-2.0.0/auto/core/gl/GL_KTX_buffer_region b/Libraries/glew-2.0.0/auto/core/gl/GL_KTX_buffer_region
deleted file mode 100644
index ef281b1d..00000000
--- a/Libraries/glew-2.0.0/auto/core/gl/GL_KTX_buffer_region
+++ /dev/null
@@ -1,13 +0,0 @@
-GL_KTX_buffer_region
-
-GL_KTX_buffer_region
-
- GL_KTX_FRONT_REGION 0x0
- GL_KTX_BACK_REGION 0x1
- GL_KTX_Z_REGION 0x2
- GL_KTX_STENCIL_REGION 0x3
- GLuint glBufferRegionEnabled (void)
- GLuint glNewBufferRegion (GLenum region)
- void glDeleteBufferRegion (GLenum region)
- void glReadBufferRegion (GLuint region, GLint x, GLint y, GLsizei width, GLsizei height)
- void glDrawBufferRegion (GLuint region, GLint x, GLint y, GLsizei width, GLsizei height, GLint xDest, GLint yDest)