Blame thirdparty/glew/glew-1.9.0/auto/extensions/WGL_AMD_gpu_association
|
kusano |
7d535a |
WGL_AMD_gpu_association
|
|
kusano |
7d535a |
http://www.opengl.org/registry/specs/AMD/wgl_gpu_association.txt
|
|
kusano |
7d535a |
WGL_AMD_gpu_association
|
|
kusano |
7d535a |
WGL_GPU_VENDOR_AMD 0x1F00
|
|
kusano |
7d535a |
WGL_GPU_RENDERER_STRING_AMD 0x1F01
|
|
kusano |
7d535a |
WGL_GPU_OPENGL_VERSION_STRING_AMD 0x1F02
|
|
kusano |
7d535a |
WGL_GPU_FASTEST_TARGET_GPUS_AMD 0x21A2
|
|
kusano |
7d535a |
WGL_GPU_RAM_AMD 0x21A3
|
|
kusano |
7d535a |
WGL_GPU_CLOCK_AMD 0x21A4
|
|
kusano |
7d535a |
WGL_GPU_NUM_PIPES_AMD 0x21A5
|
|
kusano |
7d535a |
WGL_GPU_NUM_SIMD_AMD 0x21A6
|
|
kusano |
7d535a |
WGL_GPU_NUM_RB_AMD 0x21A7
|
|
kusano |
7d535a |
WGL_GPU_NUM_SPI_AMD 0x21A8
|
|
kusano |
7d535a |
VOID wglBlitContextFramebufferAMD (HGLRC dstCtx, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter)
|
|
kusano |
7d535a |
HGLRC wglCreateAssociatedContextAMD (UINT id)
|
|
kusano |
7d535a |
HGLRC wglCreateAssociatedContextAttribsAMD (UINT id, HGLRC hShareContext, const int* attribList)
|
|
kusano |
7d535a |
BOOL wglDeleteAssociatedContextAMD (HGLRC hglrc)
|
|
kusano |
7d535a |
UINT wglGetContextGPUIDAMD (HGLRC hglrc)
|
|
kusano |
7d535a |
HGLRC wglGetCurrentAssociatedContextAMD (void)
|
|
kusano |
7d535a |
UINT wglGetGPUIDsAMD (UINT maxCount, UINT* ids)
|
|
kusano |
7d535a |
INT wglGetGPUInfoAMD (UINT id, INT property, GLenum dataType, UINT size, void* data)
|
|
kusano |
7d535a |
BOOL wglMakeAssociatedContextCurrentAMD (HGLRC hglrc)
|