Class WGLNVGPUAffinity

java.lang.Object
org.lwjgl.opengl.WGLNVGPUAffinity

public class WGLNVGPUAffinity extends Object
  • Field Details

    • ERROR_INCOMPATIBLE_AFFINITY_MASKS_NV

      public static final int ERROR_INCOMPATIBLE_AFFINITY_MASKS_NV
      See Also:
    • ERROR_MISSING_AFFINITY_MASK_NV

      public static final int ERROR_MISSING_AFFINITY_MASK_NV
      See Also:
  • Method Details

    • nwglEnumGpusNV

      public static int nwglEnumGpusNV(int gpuIndex, long gpu)
      BOOL wglEnumGpusNV(UINT gpuIndex, HGPUNV * gpu)
    • wglEnumGpusNV

      @NativeType("BOOL") public static boolean wglEnumGpusNV(@NativeType("UINT") int gpuIndex, @NativeType("HGPUNV *") PointerBuffer gpu)
      BOOL wglEnumGpusNV(UINT gpuIndex, HGPUNV * gpu)
    • nwglEnumGpuDevicesNV

      public static int nwglEnumGpuDevicesNV(long gpu, int deviceIndex, long gpuDevice)
      BOOL wglEnumGpuDevicesNV(HGPUNV gpu, UINT deviceIndex, PGPU_DEVICE gpuDevice)
    • wglEnumGpuDevicesNV

      @NativeType("BOOL") public static boolean wglEnumGpuDevicesNV(@NativeType("HGPUNV") long gpu, @NativeType("UINT") int deviceIndex, @NativeType("PGPU_DEVICE") GPU_DEVICE gpuDevice)
      BOOL wglEnumGpuDevicesNV(HGPUNV gpu, UINT deviceIndex, PGPU_DEVICE gpuDevice)
    • nwglCreateAffinityDCNV

      public static long nwglCreateAffinityDCNV(long gpuList)
      HDC wglCreateAffinityDCNV(HGPUNV const * gpuList)
    • wglCreateAffinityDCNV

      @NativeType("HDC") public static long wglCreateAffinityDCNV(@NativeType("HGPUNV const *") PointerBuffer gpuList)
      HDC wglCreateAffinityDCNV(HGPUNV const * gpuList)
    • nwglEnumGpusFromAffinityDCNV

      public static int nwglEnumGpusFromAffinityDCNV(long affinityDC, int gpuIndex, long gpu)
      BOOL wglEnumGpusFromAffinityDCNV(HDC affinityDC, UINT gpuIndex, HGPUNV * gpu)
    • wglEnumGpusFromAffinityDCNV

      @NativeType("BOOL") public static boolean wglEnumGpusFromAffinityDCNV(@NativeType("HDC") long affinityDC, @NativeType("UINT") int gpuIndex, @NativeType("HGPUNV *") PointerBuffer gpu)
      BOOL wglEnumGpusFromAffinityDCNV(HDC affinityDC, UINT gpuIndex, HGPUNV * gpu)
    • wglDeleteDCNV

      @NativeType("BOOL") public static boolean wglDeleteDCNV(@NativeType("HDC") long hdc)
      BOOL wglDeleteDCNV(HDC hdc)