Files
HydraV3/Libraries/glew-2.3.1/auto/extensions/gl/GL_NVX_progress_fence
T
2026-07-17 15:35:16 +01:00

9 lines
562 B
Plaintext

GL_NVX_progress_fence
https://www.khronos.org/registry/OpenGL/extensions/NVX/NVX_progress_fence.txt
GL_NVX_progress_fence
void glClientWaitSemaphoreui64NVX (GLsizei fenceObjectCount, const GLuint* semaphoreArray, const GLuint64 *fenceValueArray)
GLuint glCreateProgressFenceNVX (void)
void glSignalSemaphoreui64NVX (GLuint signalGpu, GLsizei fenceObjectCount, const GLuint* semaphoreArray, const GLuint64 *fenceValueArray)
void glWaitSemaphoreui64NVX (GLuint waitGpu, GLsizei fenceObjectCount, const GLuint* semaphoreArray, const GLuint64 *fenceValueArray)