mirror of
https://github.com/Perlmint/glew-cmake.git
synced 2024-11-26 16:41:57 +00:00
For Bug #202 GLX_AMD_gpu_association entry points are missing
This commit is contained in:
parent
c8962f9112
commit
0580fdd09b
@ -11,3 +11,12 @@ GLX_AMD_gpu_association
|
|||||||
GLX_GPU_NUM_SIMD_AMD 0x21A6
|
GLX_GPU_NUM_SIMD_AMD 0x21A6
|
||||||
GLX_GPU_NUM_RB_AMD 0x21A7
|
GLX_GPU_NUM_RB_AMD 0x21A7
|
||||||
GLX_GPU_NUM_SPI_AMD 0x21A8
|
GLX_GPU_NUM_SPI_AMD 0x21A8
|
||||||
|
void glXBlitContextFramebufferAMD (GLXContext dstCtx, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter)
|
||||||
|
GLXContext glXCreateAssociatedContextAMD (unsigned int id, GLXContext share_list)
|
||||||
|
GLXContext glXCreateAssociatedContextAttribsAMD (unsigned int id, GLXContext share_context, const int* attribList)
|
||||||
|
Bool glXDeleteAssociatedContextAMD (GLXContext ctx)
|
||||||
|
unsigned int glXGetContextGPUIDAMD (GLXContext ctx)
|
||||||
|
GLXContext glXGetCurrentAssociatedContextAMD (void)
|
||||||
|
unsigned int glXGetGPUIDsAMD (unsigned int maxCount, unsigned int* ids)
|
||||||
|
int glXGetGPUInfoAMD (unsigned int id, int property, GLenum dataType, unsigned int size, void* data)
|
||||||
|
Bool glXMakeAssociatedContextCurrentAMD (GLXContext ctx)
|
||||||
|
Loading…
Reference in New Issue
Block a user