public final class NVXGPUMemoryInfo
extends java.lang.Object
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
| Modifier and Type | Field and Description |
|---|---|
static int |
GL_GPU_MEMORY_INFO_CURRENT_AVAILABLE_VIDMEM_NVX
Accepted by the
param parameter of GetIntegerv. |
static int |
GL_GPU_MEMORY_INFO_DEDICATED_VIDMEM_NVX
Accepted by the
param parameter of GetIntegerv. |
static int |
GL_GPU_MEMORY_INFO_EVICTED_MEMORY_NVX
Accepted by the
param parameter of GetIntegerv. |
static int |
GL_GPU_MEMORY_INFO_EVICTION_COUNT_NVX
Accepted by the
param parameter of GetIntegerv. |
static int |
GL_GPU_MEMORY_INFO_TOTAL_AVAILABLE_MEMORY_NVX
Accepted by the
param parameter of GetIntegerv. |
public static final int GL_GPU_MEMORY_INFO_DEDICATED_VIDMEM_NVX
param parameter of GetIntegerv.public static final int GL_GPU_MEMORY_INFO_TOTAL_AVAILABLE_MEMORY_NVX
param parameter of GetIntegerv.public static final int GL_GPU_MEMORY_INFO_CURRENT_AVAILABLE_VIDMEM_NVX
param parameter of GetIntegerv.public static final int GL_GPU_MEMORY_INFO_EVICTION_COUNT_NVX
param parameter of GetIntegerv.public static final int GL_GPU_MEMORY_INFO_EVICTED_MEMORY_NVX
param parameter of GetIntegerv.Copyright LWJGL. All Rights Reserved. License terms.