GFXTextureProfileStats
Engine/source/gfx/gfxTextureProfile.h
Helper struct for gathering profile stats.
Public Attributes
Amount of storage currently allocated under this profile.
Count of textures of this profile type allocated.
Amount of texelspace currently allocated under this profile.
Total number of bytes allocated under this profile.
Total number of texels allocated under this profile.
Total number of textures allocated under this profile.
Public Functions
Constructs and clears the stats.
operator+=(const GFXTextureProfileStats & stats)
Adds stats together.
Detailed Description
Helper struct for gathering profile stats.
Public Attributes
U32 activeBytes
Amount of storage currently allocated under this profile.
U32 activeCount
Count of textures of this profile type allocated.
U32 activeTexels
Amount of texelspace currently allocated under this profile.
U32 allocatedBytes
Total number of bytes allocated under this profile.
U32 allocatedTexels
Total number of texels allocated under this profile.
U32 allocatedTextures
Total number of textures allocated under this profile.
Public Functions
GFXTextureProfileStats()
Constructs and clears the stats.
clear()
Zeros all the stats.
operator+=(const GFXTextureProfileStats & stats)
Adds stats together.