mirror of
https://github.com/nigels-com/glew.git
synced 2025-04-21 16:12:53 +00:00
13 lines
462 B
Plaintext
13 lines
462 B
Plaintext
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)
|