glew/generated/lib_glad/lib_glad_ext_semaphore library

Functions

glDeleteSemaphoresExt(int n, Pointer<Uint32> semaphores) → void
define glDeleteSemaphoresEXT GLEW_GET_FUN(__glewDeleteSemaphoresEXT) GLEW_FUN_EXPORT PFNGLDELETESEMAPHORESEXTPROC __glewDeleteSemaphoresEXT typedef void (GLAPIENTRY * PFNGLDELETESEMAPHORESEXTPROC) (GLsizei n, const GLuint* semaphores)
glGenSemaphoresExt(int n, Pointer<Uint32> semaphores) → void
define glGenSemaphoresEXT GLEW_GET_FUN(__glewGenSemaphoresEXT) GLEW_FUN_EXPORT PFNGLGENSEMAPHORESEXTPROC __glewGenSemaphoresEXT typedef void (GLAPIENTRY * PFNGLGENSEMAPHORESEXTPROC) (GLsizei n, GLuint* semaphores)
glGetSemaphoreParameterui64vExt(int semaphore, int pname, Pointer<Uint64> params) → void
define glGetSemaphoreParameterui64vEXT GLEW_GET_FUN(__glewGetSemaphoreParameterui64vEXT) GLEW_FUN_EXPORT PFNGLGETSEMAPHOREPARAMETERUI64VEXTPROC __glewGetSemaphoreParameterui64vEXT typedef void (GLAPIENTRY * PFNGLGETSEMAPHOREPARAMETERUI64VEXTPROC) (GLuint semaphore, GLenum pname, GLuint64* params)
glIsSemaphoreExt(int semaphore) int
define glIsSemaphoreEXT GLEW_GET_FUN(__glewIsSemaphoreEXT) GLEW_FUN_EXPORT PFNGLISSEMAPHOREEXTPROC __glewIsSemaphoreEXT typedef GLboolean (GLAPIENTRY * PFNGLISSEMAPHOREEXTPROC) (GLuint semaphore)
glSemaphoreParameterui64vExt(int semaphore, int pname, Pointer<Uint64> params) → void
define glSemaphoreParameterui64vEXT GLEW_GET_FUN(__glewSemaphoreParameterui64vEXT) GLEW_FUN_EXPORT PFNGLSEMAPHOREPARAMETERUI64VEXTPROC __glewSemaphoreParameterui64vEXT typedef void (GLAPIENTRY * PFNGLSEMAPHOREPARAMETERUI64VEXTPROC) (GLuint semaphore, GLenum pname, const GLuint64* params)
glSignalSemaphoreExt(int semaphore, int numBufferBarriers, Pointer<Uint32> buffers, int numTextureBarriers, Pointer<Uint32> textures, Pointer<Uint32> dstLayouts) → void
define glSignalSemaphoreEXT GLEW_GET_FUN(__glewSignalSemaphoreEXT) GLEW_FUN_EXPORT PFNGLSIGNALSEMAPHOREEXTPROC __glewSignalSemaphoreEXT typedef void (GLAPIENTRY * PFNGLSIGNALSEMAPHOREEXTPROC) (GLuint semaphore, GLuint numBufferBarriers, const GLuint* buffers, GLuint numTextureBarriers, const GLuint *textures, const GLenum *dstLayouts)
glWaitSemaphoreExt(int semaphore, int numBufferBarriers, Pointer<Uint32> buffers, int numTextureBarriers, Pointer<Uint32> textures, Pointer<Uint32> srcLayouts) → void
define glWaitSemaphoreEXT GLEW_GET_FUN(__glewWaitSemaphoreEXT) GLEW_FUN_EXPORT PFNGLWAITSEMAPHOREEXTPROC __glewWaitSemaphoreEXT typedef void (GLAPIENTRY * PFNGLWAITSEMAPHOREEXTPROC) (GLuint semaphore, GLuint numBufferBarriers, const GLuint* buffers, GLuint numTextureBarriers, const GLuint *textures, const GLenum *srcLayouts)