OGRE
1.11.6
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... | |
Structure for recording the use of temporary blend buffers.
Ogre::TempBlendedBufferInfo::~TempBlendedBufferInfo | ( | void | ) |
void Ogre::TempBlendedBufferInfo::extractFrom | ( | const VertexData * | sourceData | ) |
Utility method, extract info from the given VertexData.
void Ogre::TempBlendedBufferInfo::checkoutTempCopies | ( | bool | positions = true , |
bool | normals = true |
||
) |
Utility method, checks out temporary copies of src into dest.
void Ogre::TempBlendedBufferInfo::bindTempCopies | ( | VertexData * | targetData, |
bool | suppressHardwareUpload | ||
) |
Utility method, binds dest copies into a given VertexData struct.
|
virtual |
Overridden member from HardwareBufferLicensee.
Implements Ogre::HardwareBufferLicensee.
bool Ogre::TempBlendedBufferInfo::buffersCheckedOut | ( | bool | positions = true , |
bool | normals = true |
||
) | const |
Detect currently have buffer copies checked out and touch it.