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

      @NativeType("UINT") public static int wglGetGPUIDsAMD(@NativeType("UINT *") @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(@NativeType("UINT") int id, int property, @NativeType("GLenum") int dataType, @NativeType("void *") ByteBuffer data)
      int wglGetGPUInfoAMD(UINT id, int property, GLenum dataType, UINT size, void * data)
    • wglGetGPUInfoAMD

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

      public static int wglGetGPUInfoAMD(@NativeType("UINT") int id, int property, @NativeType("GLenum") int dataType, @NativeType("void *") FloatBuffer data)
      int wglGetGPUInfoAMD(UINT id, int property, GLenum dataType, UINT size, void * data)
    • wglGetContextGPUIDAMD

      @NativeType("UINT") public static int wglGetContextGPUIDAMD(@NativeType("HGLRC") long hglrc)
      UINT wglGetContextGPUIDAMD(HGLRC hglrc)
    • wglCreateAssociatedContextAMD

      @NativeType("HGLRC") public static long wglCreateAssociatedContextAMD(@NativeType("UINT") 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

      @NativeType("HGLRC") public static long wglCreateAssociatedContextAttribsAMD(@NativeType("UINT") int id, @NativeType("HGLRC") long shareContext, @NativeType("int const *") @Nullable IntBuffer attribList)
      HGLRC wglCreateAssociatedContextAttribsAMD(UINT id, HGLRC shareContext, int const * attribList)
    • wglDeleteAssociatedContextAMD

      @NativeType("BOOL") public static boolean wglDeleteAssociatedContextAMD(@NativeType("HGLRC") long hglrc)
      BOOL wglDeleteAssociatedContextAMD(HGLRC hglrc)
    • wglMakeAssociatedContextCurrentAMD

      @NativeType("BOOL") public static boolean wglMakeAssociatedContextCurrentAMD(@NativeType("HGLRC") long hglrc)
      BOOL wglMakeAssociatedContextCurrentAMD(HGLRC hglrc)
    • wglGetCurrentAssociatedContextAMD

      @NativeType("HGLRC") public static long wglGetCurrentAssociatedContextAMD()
      HGLRC wglGetCurrentAssociatedContextAMD(void)
    • wglBlitContextFramebufferAMD

      @NativeType("VOID") public static void wglBlitContextFramebufferAMD(@NativeType("HGLRC") long dstCtx, @NativeType("GLint") int srcX0, @NativeType("GLint") int srcY0, @NativeType("GLint") int srcX1, @NativeType("GLint") int srcY1, @NativeType("GLint") int dstX0, @NativeType("GLint") int dstY0, @NativeType("GLint") int dstX1, @NativeType("GLint") int dstY1, @NativeType("GLbitfield") int mask, @NativeType("GLenum") 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

      @NativeType("UINT") public static int wglGetGPUIDsAMD(@NativeType("UINT *") int @Nullable [] ids)
      UINT wglGetGPUIDsAMD(UINT maxCount, UINT * ids)
    • wglGetGPUInfoAMD

      public static int wglGetGPUInfoAMD(@NativeType("UINT") int id, int property, @NativeType("GLenum") int dataType, @NativeType("void *") int[] data)
      int wglGetGPUInfoAMD(UINT id, int property, GLenum dataType, UINT size, void * data)
    • wglGetGPUInfoAMD

      public static int wglGetGPUInfoAMD(@NativeType("UINT") int id, int property, @NativeType("GLenum") int dataType, @NativeType("void *") float[] data)
      int wglGetGPUInfoAMD(UINT id, int property, GLenum dataType, UINT size, void * data)
    • wglCreateAssociatedContextAttribsAMD

      @NativeType("HGLRC") public static long wglCreateAssociatedContextAttribsAMD(@NativeType("UINT") int id, @NativeType("HGLRC") long shareContext, @NativeType("int const *") int @Nullable [] attribList)
      HGLRC wglCreateAssociatedContextAttribsAMD(UINT id, HGLRC shareContext, int const * attribList)