Package org.lwjgl.opengl
Class WGLAMDGPUAssociation
java.lang.Object
org.lwjgl.opengl.WGLAMDGPUAssociation
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionstatic long
nwglCreateAssociatedContextAttribsAMD
(int id, long shareContext, long attribList) HGLRC wglCreateAssociatedContextAttribsAMD(UINT id, HGLRC shareContext, int const * attribList)
static int
nwglGetGPUIDsAMD
(int maxCount, long ids) UINT wglGetGPUIDsAMD(UINT maxCount, UINT * ids)
static int
nwglGetGPUInfoAMD
(int id, int property, int dataType, int size, long data) int wglGetGPUInfoAMD(UINT id, int property, GLenum dataType, UINT size, void * data)
static void
wglBlitContextFramebufferAMD
(long dstCtx, int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int dstY0, int dstX1, int dstY1, int mask, int filter) VOID wglBlitContextFramebufferAMD(HGLRC dstCtx, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter)
static long
wglCreateAssociatedContextAMD
(int id) HGLRC wglCreateAssociatedContextAMD(UINT id)
static long
wglCreateAssociatedContextAttribsAMD
(int id, long shareContext, int @Nullable [] attribList) HGLRC wglCreateAssociatedContextAttribsAMD(UINT id, HGLRC shareContext, int const * attribList)
static long
wglCreateAssociatedContextAttribsAMD
(int id, long shareContext, @Nullable IntBuffer attribList) HGLRC wglCreateAssociatedContextAttribsAMD(UINT id, HGLRC shareContext, int const * attribList)
static boolean
wglDeleteAssociatedContextAMD
(long hglrc) BOOL wglDeleteAssociatedContextAMD(HGLRC hglrc)
static int
wglGetContextGPUIDAMD
(long hglrc) UINT wglGetContextGPUIDAMD(HGLRC hglrc)
static long
HGLRC wglGetCurrentAssociatedContextAMD(void)
static int
wglGetGPUIDsAMD
(int @Nullable [] ids) UINT wglGetGPUIDsAMD(UINT maxCount, UINT * ids)
static int
wglGetGPUIDsAMD
(@Nullable IntBuffer ids) UINT wglGetGPUIDsAMD(UINT maxCount, UINT * ids)
static int
wglGetGPUInfoAMD
(int id, int property, int dataType, float[] data) int wglGetGPUInfoAMD(UINT id, int property, GLenum dataType, UINT size, void * data)
static int
wglGetGPUInfoAMD
(int id, int property, int dataType, int[] data) int wglGetGPUInfoAMD(UINT id, int property, GLenum dataType, UINT size, void * data)
static int
wglGetGPUInfoAMD
(int id, int property, int dataType, ByteBuffer data) int wglGetGPUInfoAMD(UINT id, int property, GLenum dataType, UINT size, void * data)
static int
wglGetGPUInfoAMD
(int id, int property, int dataType, FloatBuffer data) int wglGetGPUInfoAMD(UINT id, int property, GLenum dataType, UINT size, void * data)
static int
wglGetGPUInfoAMD
(int id, int property, int dataType, IntBuffer data) int wglGetGPUInfoAMD(UINT id, int property, GLenum dataType, UINT size, void * data)
static boolean
wglMakeAssociatedContextCurrentAMD
(long hglrc) BOOL wglMakeAssociatedContextCurrentAMD(HGLRC hglrc)
-
Field Details
-
WGL_GPU_VENDOR_AMD
public static final int WGL_GPU_VENDOR_AMD- See Also:
-
WGL_GPU_RENDERER_STRING_AMD
public static final int WGL_GPU_RENDERER_STRING_AMD- See Also:
-
WGL_GPU_OPENGL_VERSION_STRING_AMD
public static final int WGL_GPU_OPENGL_VERSION_STRING_AMD- See Also:
-
WGL_GPU_FASTEST_TARGET_GPUS_AMD
public static final int WGL_GPU_FASTEST_TARGET_GPUS_AMD- See Also:
-
WGL_GPU_RAM_AMD
public static final int WGL_GPU_RAM_AMD- See Also:
-
WGL_GPU_CLOCK_AMD
public static final int WGL_GPU_CLOCK_AMD- See Also:
-
WGL_GPU_NUM_PIPES_AMD
public static final int WGL_GPU_NUM_PIPES_AMD- See Also:
-
WGL_GPU_NUM_SIMD_AMD
public static final int WGL_GPU_NUM_SIMD_AMD- See Also:
-
WGL_GPU_NUM_RB_AMD
public static final int WGL_GPU_NUM_RB_AMD- See Also:
-
WGL_GPU_NUM_SPI_AMD
public static final int WGL_GPU_NUM_SPI_AMD- See Also:
-
-
Method Details
-
nwglGetGPUIDsAMD
public static int nwglGetGPUIDsAMD(int maxCount, long ids) UINT wglGetGPUIDsAMD(UINT maxCount, UINT * ids)
-
wglGetGPUIDsAMD
UINT wglGetGPUIDsAMD(UINT maxCount, UINT * ids)
-
nwglGetGPUInfoAMD
public static int nwglGetGPUInfoAMD(int id, int property, int dataType, int size, long data) int wglGetGPUInfoAMD(UINT id, int property, GLenum dataType, UINT size, void * data)
-
wglGetGPUInfoAMD
int wglGetGPUInfoAMD(UINT id, int property, GLenum dataType, UINT size, void * data)
-
wglGetGPUInfoAMD
int wglGetGPUInfoAMD(UINT id, int property, GLenum dataType, UINT size, void * data)
-
wglGetGPUInfoAMD
int wglGetGPUInfoAMD(UINT id, int property, GLenum dataType, UINT size, void * data)
-
wglGetContextGPUIDAMD
public static int wglGetContextGPUIDAMD(long hglrc) UINT wglGetContextGPUIDAMD(HGLRC hglrc)
-
wglCreateAssociatedContextAMD
public static long wglCreateAssociatedContextAMD(int id) HGLRC wglCreateAssociatedContextAMD(UINT id)
-
nwglCreateAssociatedContextAttribsAMD
public static long nwglCreateAssociatedContextAttribsAMD(int id, long shareContext, long attribList) HGLRC wglCreateAssociatedContextAttribsAMD(UINT id, HGLRC shareContext, int const * attribList)
-
wglCreateAssociatedContextAttribsAMD
public static long wglCreateAssociatedContextAttribsAMD(int id, long shareContext, @Nullable IntBuffer attribList) HGLRC wglCreateAssociatedContextAttribsAMD(UINT id, HGLRC shareContext, int const * attribList)
-
wglDeleteAssociatedContextAMD
public static boolean wglDeleteAssociatedContextAMD(long hglrc) BOOL wglDeleteAssociatedContextAMD(HGLRC hglrc)
-
wglMakeAssociatedContextCurrentAMD
public static boolean wglMakeAssociatedContextCurrentAMD(long hglrc) BOOL wglMakeAssociatedContextCurrentAMD(HGLRC hglrc)
-
wglGetCurrentAssociatedContextAMD
public static long wglGetCurrentAssociatedContextAMD()HGLRC wglGetCurrentAssociatedContextAMD(void)
-
wglBlitContextFramebufferAMD
public static void wglBlitContextFramebufferAMD(long dstCtx, int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int dstY0, int dstX1, int dstY1, int mask, int filter) VOID wglBlitContextFramebufferAMD(HGLRC dstCtx, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter)
-
wglGetGPUIDsAMD
public static int wglGetGPUIDsAMD(int @Nullable [] ids) UINT wglGetGPUIDsAMD(UINT maxCount, UINT * ids)
-
wglGetGPUInfoAMD
public static int wglGetGPUInfoAMD(int id, int property, int dataType, int[] data) int wglGetGPUInfoAMD(UINT id, int property, GLenum dataType, UINT size, void * data)
-
wglGetGPUInfoAMD
public static int wglGetGPUInfoAMD(int id, int property, int dataType, float[] data) int wglGetGPUInfoAMD(UINT id, int property, GLenum dataType, UINT size, void * data)
-
wglCreateAssociatedContextAttribsAMD
public static long wglCreateAssociatedContextAttribsAMD(int id, long shareContext, int @Nullable [] attribList) HGLRC wglCreateAssociatedContextAttribsAMD(UINT id, HGLRC shareContext, int const * attribList)
-