Package org.lwjgl.opengl
Class NVXGPUMemoryInfo
- java.lang.Object
-
- org.lwjgl.opengl.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 Summary
Fields Modifier and Type Field and Description static int
GL_GPU_MEMORY_INFO_CURRENT_AVAILABLE_VIDMEM_NVX
GL_GPU_MEMORY_INFO_DEDICATED_VIDMEM_NVX
GL_GPU_MEMORY_INFO_EVICTED_MEMORY_NVX
GL_GPU_MEMORY_INFO_EVICTION_COUNT_NVX
GL_GPU_MEMORY_INFO_TOTAL_AVAILABLE_MEMORY_NVXAccepted by theparam
parameter of GetIntegerv.
-
-
-
Field Detail
-
GL_GPU_MEMORY_INFO_DEDICATED_VIDMEM_NVX, GL_GPU_MEMORY_INFO_TOTAL_AVAILABLE_MEMORY_NVX, GL_GPU_MEMORY_INFO_CURRENT_AVAILABLE_VIDMEM_NVX, GL_GPU_MEMORY_INFO_EVICTION_COUNT_NVX, GL_GPU_MEMORY_INFO_EVICTED_MEMORY_NVX
Accepted by theparam
parameter of GetIntegerv.
-
-