mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-15 16:59:18 +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
19 lines
802 B
Plaintext
19 lines
802 B
Plaintext
GL_ARB_matrix_palette
|
|
http://oss.sgi.com/projects/ogl-sample/registry/ARB/matrix_palette.txt
|
|
GL_ARB_matrix_palette
|
|
GL_MATRIX_PALETTE_ARB 0x8840
|
|
GL_MAX_MATRIX_PALETTE_STACK_DEPTH_ARB 0x8841
|
|
GL_MAX_PALETTE_MATRICES_ARB 0x8842
|
|
GL_CURRENT_PALETTE_MATRIX_ARB 0x8843
|
|
GL_MATRIX_INDEX_ARRAY_ARB 0x8844
|
|
GL_CURRENT_MATRIX_INDEX_ARB 0x8845
|
|
GL_MATRIX_INDEX_ARRAY_SIZE_ARB 0x8846
|
|
GL_MATRIX_INDEX_ARRAY_TYPE_ARB 0x8847
|
|
GL_MATRIX_INDEX_ARRAY_STRIDE_ARB 0x8848
|
|
GL_MATRIX_INDEX_ARRAY_POINTER_ARB 0x8849
|
|
void glCurrentPaletteMatrixARB (GLint index)
|
|
void glMatrixIndexPointerARB (GLint size, GLenum type, GLsizei stride, GLvoid *pointer)
|
|
void glMatrixIndexubvARB (GLint size, GLubyte *indices)
|
|
void glMatrixIndexusvARB (GLint size, GLushort *indices)
|
|
void glMatrixIndexuivARB (GLint size, GLuint *indices)
|