Copyright | (c) Sven Panne 2015 |
---|---|
License | BSD3 |
Maintainer | Sven Panne <[email protected]> |
Stability | stable |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
Graphics.Rendering.OpenGL.Raw.NVX.GPUMemoryInfo
Contents
Description
- glGetNVXGPUMemoryInfo :: MonadIO m => m Bool
- gl_NVX_gpu_memory_info :: Bool
- gl_GPU_MEMORY_INFO_CURRENT_AVAILABLE_VIDMEM_NVX :: GLenum
- gl_GPU_MEMORY_INFO_DEDICATED_VIDMEM_NVX :: GLenum
- gl_GPU_MEMORY_INFO_EVICTED_MEMORY_NVX :: GLenum
- gl_GPU_MEMORY_INFO_EVICTION_COUNT_NVX :: GLenum
- gl_GPU_MEMORY_INFO_TOTAL_AVAILABLE_MEMORY_NVX :: GLenum
Extension Support
glGetNVXGPUMemoryInfo :: MonadIO m => m Bool Source
Is the NVX_gpu_memory_info extension supported?
gl_NVX_gpu_memory_info :: Bool Source
Is the NVX_gpu_memory_info extension supported?
Note that in the presence of multiple contexts with different capabilities,
this might be wrong. Use glGetNVXGPUMemoryInfo
in those cases instead.