![]() |
VR-Forces 5.0.3 Developer's Guide
|
These properties are used in conjunction with DtGlTextureResidentMemoryTracker/DtGlTextureMemoryTracker It represents the number/max number of textures and the size/max size of the textures being tracked at a given point.
Public Member Functions | |
| DtGlTrackedTextureProperties () | |
Public Attributes | |
| int | myNumTextures |
| uint64_t | myTexturesSize |
| int | myMaxNumTextures |
| uint64_t | myMaxTexturesSize |
| makVrv::DtGlTrackedTextureProperties::DtGlTrackedTextureProperties | ( | ) |
| int makVrv::DtGlTrackedTextureProperties::myNumTextures |
number of textures at a given point
| uint64_t makVrv::DtGlTrackedTextureProperties::myTexturesSize |
size of these textures (in bytes) at given point
| int makVrv::DtGlTrackedTextureProperties::myMaxNumTextures |
all time number of textures this is the maximum value myNumTextures has ever attained during the run
| uint64_t makVrv::DtGlTrackedTextureProperties::myMaxTexturesSize |
all time max size of textures (in bytes) this is the maximum value myTexturesSize has ever attained during the run