mirror of
https://github.com/nigels-com/glew.git
synced 2025-04-20 23:52:55 +00:00
12 lines
790 B
Plaintext
12 lines
790 B
Plaintext
GL_EXT_semaphore
|
|
http://www.opengl.org/registry/specs/EXT/external_objects.txt
|
|
GL_EXT_semaphore
|
|
|
|
void glDeleteSemaphoresEXT (GLsizei n, const GLuint* semaphores)
|
|
void glGenSemaphoresEXT (GLsizei n, GLuint* semaphores)
|
|
void glGetSemaphoreParameterui64vEXT (GLuint semaphore, GLenum pname, GLuint64* params)
|
|
GLboolean glIsSemaphoreEXT (GLuint semaphore)
|
|
void glSemaphoreParameterui64vEXT (GLuint semaphore, GLenum pname, const GLuint64* params)
|
|
void glSignalSemaphoreEXT (GLuint semaphore, GLuint numBufferBarriers, const GLuint* buffers, GLuint numTextureBarriers, const GLuint *textures, const GLenum *dstLayouts)
|
|
void glWaitSemaphoreEXT (GLuint semaphore, GLuint numBufferBarriers, const GLuint* buffers, GLuint numTextureBarriers, const GLuint *textures, const GLenum *srcLayouts)
|