Class NVXGPUMemoryInfo



  • public final class NVXGPUMemoryInfo
    extends java.lang.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 Detail

      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values