summaryrefslogtreecommitdiff
path: root/glew/auto/extensions/gl/WGL_AMD_gpu_association
diff options
context:
space:
mode:
Diffstat (limited to 'glew/auto/extensions/gl/WGL_AMD_gpu_association')
-rw-r--r--glew/auto/extensions/gl/WGL_AMD_gpu_association23
1 files changed, 23 insertions, 0 deletions
diff --git a/glew/auto/extensions/gl/WGL_AMD_gpu_association b/glew/auto/extensions/gl/WGL_AMD_gpu_association
new file mode 100644
index 0000000..b0ff891
--- /dev/null
+++ b/glew/auto/extensions/gl/WGL_AMD_gpu_association
@@ -0,0 +1,23 @@
+WGL_AMD_gpu_association
+https://www.khronos.org/registry/OpenGL/extensions/AMD/WGL_AMD_gpu_association.txt
+WGL_AMD_gpu_association
+
+ WGL_GPU_VENDOR_AMD 0x1F00
+ WGL_GPU_RENDERER_STRING_AMD 0x1F01
+ WGL_GPU_OPENGL_VERSION_STRING_AMD 0x1F02
+ WGL_GPU_FASTEST_TARGET_GPUS_AMD 0x21A2
+ WGL_GPU_RAM_AMD 0x21A3
+ WGL_GPU_CLOCK_AMD 0x21A4
+ WGL_GPU_NUM_PIPES_AMD 0x21A5
+ WGL_GPU_NUM_SIMD_AMD 0x21A6
+ WGL_GPU_NUM_RB_AMD 0x21A7
+ WGL_GPU_NUM_SPI_AMD 0x21A8
+ VOID wglBlitContextFramebufferAMD (HGLRC dstCtx, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter)
+ HGLRC wglCreateAssociatedContextAMD (UINT id)
+ HGLRC wglCreateAssociatedContextAttribsAMD (UINT id, HGLRC hShareContext, const int* attribList)
+ BOOL wglDeleteAssociatedContextAMD (HGLRC hglrc)
+ UINT wglGetContextGPUIDAMD (HGLRC hglrc)
+ HGLRC wglGetCurrentAssociatedContextAMD (void)
+ UINT wglGetGPUIDsAMD (UINT maxCount, UINT* ids)
+ INT wglGetGPUInfoAMD (UINT id, INT property, GLenum dataType, UINT size, void* data)
+ BOOL wglMakeAssociatedContextCurrentAMD (HGLRC hglrc)