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/extensions/gl/GL_AMD_name_gen_delete')
-rw-r--r--Libraries/glew-2.0.0/auto/extensions/gl/GL_AMD_name_gen_delete12
1 files changed, 0 insertions, 12 deletions
diff --git a/Libraries/glew-2.0.0/auto/extensions/gl/GL_AMD_name_gen_delete b/Libraries/glew-2.0.0/auto/extensions/gl/GL_AMD_name_gen_delete
deleted file mode 100644
index 937bf5c2..00000000
--- a/Libraries/glew-2.0.0/auto/extensions/gl/GL_AMD_name_gen_delete
+++ /dev/null
@@ -1,12 +0,0 @@
-GL_AMD_name_gen_delete
-http://www.opengl.org/registry/specs/AMD/name_gen_delete.txt
-GL_AMD_name_gen_delete
-
- GL_DATA_BUFFER_AMD 0x9151
- GL_PERFORMANCE_MONITOR_AMD 0x9152
- GL_QUERY_OBJECT_AMD 0x9153
- GL_VERTEX_ARRAY_OBJECT_AMD 0x9154
- GL_SAMPLER_OBJECT_AMD 0x9155
- void glDeleteNamesAMD (GLenum identifier, GLuint num, const GLuint* names)
- void glGenNamesAMD (GLenum identifier, GLuint num, GLuint* names)
- GLboolean glIsNameAMD (GLenum identifier, GLuint name)