aboutsummaryrefslogtreecommitdiff
path: root/glew/auto/extensions/gl/GL_NVX_progress_fence
blob: fb19688ac73dfa17904ed9a9c1f13a47a5e8754d (plain)
1
2
3
4
5
6
7
8
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)