ImFusion SDK 4.3
MemoryInfo Struct Reference

#include <ImFusion/Core/GL/Types.h>

Structure storing information about the available video memory as reported by OpenGL. More...

Detailed Description

Structure storing information about the available video memory as reported by OpenGL.

Public Attributes

ByteSize availableMemory = ByteSize(0)
 Currently available video memory.
 
ByteSize dedicatedMemory = ByteSize(0)
 Dedicated GPU memory.
 
ByteSize totalMemory = ByteSize(0)
 Total video memory.
 

The documentation for this struct was generated from the following file:
Search Tab / S to search, Esc to close