OGRE
2.2.4
Object-Oriented Graphics Rendering Engine
|
Structure for recording the use of temporary blend buffers. More...
#include <OgreHardwareBufferManager.h>
Public Member Functions | |
~TempBlendedBufferInfo (void) | |
void | bindTempCopies (VertexData *targetData, bool suppressHardwareUpload) |
Utility method, binds dest copies into a given VertexData struct. More... | |
bool | buffersCheckedOut (bool positions=true, bool normals=true) const |
Detect currently have buffer copies checked out and touch it. More... | |
void | checkoutTempCopies (bool positions=true, bool normals=true) |
Utility method, checks out temporary copies of src into dest. More... | |
void | extractFrom (const VertexData *sourceData) |
Utility method, extract info from the given VertexData. More... | |
void | licenseExpired (HardwareBuffer *buffer) |
Overridden member from HardwareBufferLicensee. More... | |
void | operator delete (void *ptr) |
void | operator delete (void *ptr, void *) |
void | operator delete (void *ptr, const char *, int, const char *) |
void | operator delete[] (void *ptr) |
void | operator delete[] (void *ptr, const char *, int, const char *) |
void * | operator new (size_t sz, const char *file, int line, const char *func) |
operator new, with debug line info More... | |
void * | operator new (size_t sz) |
void * | operator new (size_t sz, void *ptr) |
placement operator new More... | |
void * | operator new[] (size_t sz, const char *file, int line, const char *func) |
array operator new, with debug line info More... | |
void * | operator new[] (size_t sz) |
Structure for recording the use of temporary blend buffers.
Ogre::v1::TempBlendedBufferInfo::~TempBlendedBufferInfo | ( | void | ) |
void Ogre::v1::TempBlendedBufferInfo::bindTempCopies | ( | VertexData * | targetData, |
bool | suppressHardwareUpload | ||
) |
Utility method, binds dest copies into a given VertexData struct.
bool Ogre::v1::TempBlendedBufferInfo::buffersCheckedOut | ( | bool | positions = true , |
bool | normals = true |
||
) | const |
Detect currently have buffer copies checked out and touch it.
void Ogre::v1::TempBlendedBufferInfo::checkoutTempCopies | ( | bool | positions = true , |
bool | normals = true |
||
) |
Utility method, checks out temporary copies of src into dest.
void Ogre::v1::TempBlendedBufferInfo::extractFrom | ( | const VertexData * | sourceData | ) |
Utility method, extract info from the given VertexData.
|
virtual |
Overridden member from HardwareBufferLicensee.
Implements Ogre::v1::HardwareBufferLicensee.
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
operator new, with debug line info
|
inlineinherited |
|
inlineinherited |
placement operator new
|
inlineinherited |
array operator new, with debug line info
|
inlineinherited |