dolphin/Externals/GLew/auto/extensions/GL_APPLE_object_purgeable
Soren Jorvang 2db54798d7 Import SDL 1.2.14 and GLEW 1.5.4.
I am not replacing the following header files used by the Windows build,
as I don't have a Windows build setup to test. Please point the Windows
build at the header files inside these clean distribution packages and
garbage collect the duplicates: GLew/*.h and SDL/Include_1.2.


git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5711 8ced0084-cf51-0410-be5f-012b33b47a6e
2010-06-15 23:31:13 +00:00

13 lines
535 B
Plaintext

GL_APPLE_object_purgeable
http://www.opengl.org/registry/specs/APPLE/object_purgeable.txt
GL_APPLE_object_purgeable
GL_BUFFER_OBJECT_APPLE 0x85B3
GL_RELEASED_APPLE 0x8A19
GL_VOLATILE_APPLE 0x8A1A
GL_RETAINED_APPLE 0x8A1B
GL_UNDEFINED_APPLE 0x8A1C
GL_PURGEABLE_APPLE 0x8A1D
void glGetObjectParameterivAPPLE (GLenum objectType, GLuint name, GLenum pname, GLint* params)
GLenum glObjectPurgeableAPPLE (GLenum objectType, GLuint name, GLenum option)
GLenum glObjectUnpurgeableAPPLE (GLenum objectType, GLuint name, GLenum option)