VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Public Attributes
makVrv::DtGlTrackedTextureProperties Struct Reference

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
 

Constructor & Destructor Documentation

makVrv::DtGlTrackedTextureProperties::DtGlTrackedTextureProperties ( )

Member Data Documentation

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


The documentation for this struct was generated from the following file:

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)