mirror of
https://github.com/nigels-com/glew.git
synced 2025-04-20 23:52:55 +00:00
removed space in GL_NVX_linked_gpu_multicast
This commit is contained in:
parent
f2faa29197
commit
fa641fb5f0
@ -2,8 +2,8 @@ GL_NVX_linked_gpu_multicast
|
||||
http://developer.download.nvidia.com/opengl/specs/GL_NVX_linked_gpu_multicast.txt
|
||||
GL_NVX_linked_gpu_multicast
|
||||
|
||||
LGPU_SEPARATE_STORAGE_BIT_NVX 0x0800
|
||||
GL_MAX_LGPU_GPUS_NVX 0x92BA
|
||||
LGPU_SEPARATE_STORAGE_BIT_NVX 0x0800
|
||||
GL_MAX_LGPU_GPUS_NVX 0x92BA
|
||||
void glLGPUCopyImageSubDataNVX (GLuint sourceGpu, GLbitfield destinationGpuMask, GLuint srcName, GLuint srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLuint dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei width, GLsizei height, GLsizei depth)
|
||||
void glLGPUNamedBufferSubDataNVX (GLbitfield gpuMask, GLuint buffer, GLintptr offset, GLsizeiptr size, const GLvoid *data)
|
||||
void glLGPUCopyImageSubDataNVX (GLuint sourceGpu, GLbitfield destinationGpuMask, GLuint srcName, GLuint srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLuint dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei width, GLsizei height, GLsizei depth)
|
||||
void glLGPUInterlockNVX (void)
|
Loading…
Reference in New Issue
Block a user