Wrapper for the ATI_meminfo extension. More...
#include </home/chochlik/devel/oglplus/include/oglplus/ext/ATI_meminfo.hpp>
Classes | |
struct | AvailableMemory |
Structure storing information about available memory. More... | |
Static Public Member Functions | |
static AvailableMemory | VBOFreeMemory (void) |
Returns information about free memory usable for VBOs. More... | |
static AvailableMemory | TextureFreeMemory (void) |
Returns information about free memory usable for textures. More... | |
static AvailableMemory | RenderbufferFreeMemory (void) |
Returns information about free memory usable for renderbuffers. More... | |
Wrapper for the ATI_meminfo extension.
|
static |
Returns information about free memory usable for renderbuffers.
GL_RENDERBUFFER_FREE_MEMORY_ATI
|
static |
Returns information about free memory usable for textures.
GL_TEXTURE_FREE_MEMORY_ATI
|
static |
Returns information about free memory usable for VBOs.
GL_VBO_FREE_MEMORY_ATI