OGRE-Next  2.3
Object-Oriented Graphics Rendering Engine
Ogre::ConstBufferPool::ExtraBufferParams Struct Reference

#include <OgreConstBufferPool.h>

Public Member Functions

 ExtraBufferParams (size_t _bytesPerSlot=0, BufferType _bufferType=BT_DEFAULT, bool _useReadOnlyBuffers=true)
 

Public Attributes

BufferType bufferType
 
size_t bytesPerSlot
 
bool useReadOnlyBuffers
 

Constructor & Destructor Documentation

◆ ExtraBufferParams()

Ogre::ConstBufferPool::ExtraBufferParams::ExtraBufferParams ( size_t  _bytesPerSlot = 0,
BufferType  _bufferType = BT_DEFAULT,
bool  _useReadOnlyBuffers = true 
)

Member Data Documentation

◆ bufferType

BufferType Ogre::ConstBufferPool::ExtraBufferParams::bufferType

◆ bytesPerSlot

size_t Ogre::ConstBufferPool::ExtraBufferParams::bytesPerSlot

◆ useReadOnlyBuffers

bool Ogre::ConstBufferPool::ExtraBufferParams::useReadOnlyBuffers

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