OGRE  2.2.4
Object-Oriented Graphics Rendering Engine
Ogre::VaoManager::MemoryStatsEntry Struct Reference

#include <OgreVaoManager.h>

Public Member Functions

 MemoryStatsEntry (uint32 _poolType, size_t _offset, size_t _sizeBytes, size_t _poolCapacity)
 This value is the same for all entries with same poolType & poolIdx. More...
 

Public Attributes

size_t offset
 
size_t poolCapacity
 
uint32 poolType
 
size_t sizeBytes
 

Constructor & Destructor Documentation

◆ MemoryStatsEntry()

Ogre::VaoManager::MemoryStatsEntry::MemoryStatsEntry ( uint32  _poolType,
size_t  _offset,
size_t  _sizeBytes,
size_t  _poolCapacity 
)
inline

This value is the same for all entries with same poolType & poolIdx.

Member Data Documentation

◆ offset

size_t Ogre::VaoManager::MemoryStatsEntry::offset

◆ poolCapacity

size_t Ogre::VaoManager::MemoryStatsEntry::poolCapacity

◆ poolType

uint32 Ogre::VaoManager::MemoryStatsEntry::poolType

◆ sizeBytes

size_t Ogre::VaoManager::MemoryStatsEntry::sizeBytes

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