test
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
GL_APPLE_fence
|
||||
https://www.khronos.org/registry/OpenGL/extensions/APPLE/APPLE_fence.txt
|
||||
GL_APPLE_fence
|
||||
|
||||
GL_DRAW_PIXELS_APPLE 0x8A0A
|
||||
GL_FENCE_APPLE 0x8A0B
|
||||
void glDeleteFencesAPPLE (GLsizei n, const GLuint* fences)
|
||||
void glFinishFenceAPPLE (GLuint fence)
|
||||
void glFinishObjectAPPLE (GLenum object, GLint name)
|
||||
void glGenFencesAPPLE (GLsizei n, GLuint* fences)
|
||||
GLboolean glIsFenceAPPLE (GLuint fence)
|
||||
void glSetFenceAPPLE (GLuint fence)
|
||||
GLboolean glTestFenceAPPLE (GLuint fence)
|
||||
GLboolean glTestObjectAPPLE (GLenum object, GLuint name)
|
||||
Reference in New Issue
Block a user