You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
790B

  1. GL_EXT_semaphore
  2. http://www.opengl.org/registry/specs/EXT/external_objects.txt
  3. GL_EXT_semaphore
  4. void glDeleteSemaphoresEXT (GLsizei n, const GLuint* semaphores)
  5. void glGenSemaphoresEXT (GLsizei n, GLuint* semaphores)
  6. void glGetSemaphoreParameterui64vEXT (GLuint semaphore, GLenum pname, GLuint64* params)
  7. GLboolean glIsSemaphoreEXT (GLuint semaphore)
  8. void glSemaphoreParameterui64vEXT (GLuint semaphore, GLenum pname, const GLuint64* params)
  9. void glSignalSemaphoreEXT (GLuint semaphore, GLuint numBufferBarriers, const GLuint* buffers, GLuint numTextureBarriers, const GLuint *textures, const GLenum *dstLayouts)
  10. void glWaitSemaphoreEXT (GLuint semaphore, GLuint numBufferBarriers, const GLuint* buffers, GLuint numTextureBarriers, const GLuint *textures, const GLenum *srcLayouts)