OGRE 2.1
Object-Oriented Graphics Rendering Engine
|
Container struct to allow params to safely & update shared list of logical buffer assignments. More...
#include <OgreGpuProgramParams.h>
Public Member Functions | |
GpuLogicalBufferStruct () | |
OGRE_MUTEX (mutex) | |
void | operator delete (void *ptr) |
void | operator delete (void *ptr, const char *, int, const char *) |
void | operator delete (void *ptr, void *) |
void | operator delete[] (void *ptr) |
void | operator delete[] (void *ptr, const char *, int, const char *) |
void * | operator new (size_t sz) |
void * | operator new (size_t sz, const char *file, int line, const char *func) |
operator new, with debug line info | |
void * | operator new (size_t sz, void *ptr) |
placement operator new | |
void * | operator new[] (size_t sz) |
void * | operator new[] (size_t sz, const char *file, int line, const char *func) |
array operator new, with debug line info | |
Public Attributes | |
size_t | bufferSize |
Shortcut to know the buffer size needs. | |
GpuLogicalIndexUseMap | map |
Map from logical index to physical buffer location. | |
Container struct to allow params to safely & update shared list of logical buffer assignments.
|
inline |
Ogre::GpuLogicalBufferStruct::OGRE_MUTEX | ( | mutex | ) |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
operator new, with debug line info
|
inlineinherited |
placement operator new
|
inlineinherited |
|
inlineinherited |
array operator new, with debug line info
size_t Ogre::GpuLogicalBufferStruct::bufferSize |
Shortcut to know the buffer size needs.
GpuLogicalIndexUseMap Ogre::GpuLogicalBufferStruct::map |
Map from logical index to physical buffer location.