mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-16 09:19:23 +01:00
![Soren Jorvang](/assets/img/avatar_default.png)
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
13 lines
535 B
Plaintext
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)
|