Class WGLAMDGPUAssociation

java.lang.Object
org.lwjgl.opengl.WGLAMDGPUAssociation

public class WGLAMDGPUAssociation extends Object
  • Field Details

  • Method Details

    • nwglGetGPUIDsAMD

      public static int nwglGetGPUIDsAMD(int maxCount, long ids)
      UINT wglGetGPUIDsAMD(UINT maxCount, UINT * ids)
    • wglGetGPUIDsAMD

      public static int wglGetGPUIDsAMD(@Nullable IntBuffer ids)
      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

      public static int wglGetGPUInfoAMD(int id, int property, int dataType, ByteBuffer data)
      int wglGetGPUInfoAMD(UINT id, int property, GLenum dataType, UINT size, void * data)
    • wglGetGPUInfoAMD

      public static int wglGetGPUInfoAMD(int id, int property, int dataType, IntBuffer data)
      int wglGetGPUInfoAMD(UINT id, int property, GLenum dataType, UINT size, void * data)
    • wglGetGPUInfoAMD

      public static int wglGetGPUInfoAMD(int id, int property, int dataType, FloatBuffer data)
      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)