Class NVXGPUMemoryInfo

java.lang.Object
org.lwjgl.opengl.NVXGPUMemoryInfo

public final class NVXGPUMemoryInfo extends Object
Native bindings to the NVX_gpu_memory_info extension.

GL_NVX_gpu_memory_info provides applications visibility into GPU hardware memory utilization in order to allow the application to effectively manage its resource allocations in the scope of the current available GPU memory.

Requires OpenGL 2.0

  • Field Details

    • GL_GPU_MEMORY_INFO_DEDICATED_VIDMEM_NVX

      public static final int GL_GPU_MEMORY_INFO_DEDICATED_VIDMEM_NVX
      Accepted by the param parameter of GetIntegerv.
      See Also:
    • GL_GPU_MEMORY_INFO_TOTAL_AVAILABLE_MEMORY_NVX

      public static final int GL_GPU_MEMORY_INFO_TOTAL_AVAILABLE_MEMORY_NVX
      Accepted by the param parameter of GetIntegerv.
      See Also:
    • GL_GPU_MEMORY_INFO_CURRENT_AVAILABLE_VIDMEM_NVX

      public static final int GL_GPU_MEMORY_INFO_CURRENT_AVAILABLE_VIDMEM_NVX
      Accepted by the param parameter of GetIntegerv.
      See Also:
    • GL_GPU_MEMORY_INFO_EVICTION_COUNT_NVX

      public static final int GL_GPU_MEMORY_INFO_EVICTION_COUNT_NVX
      Accepted by the param parameter of GetIntegerv.
      See Also:
    • GL_GPU_MEMORY_INFO_EVICTED_MEMORY_NVX

      public static final int GL_GPU_MEMORY_INFO_EVICTED_MEMORY_NVX
      Accepted by the param parameter of GetIntegerv.
      See Also: