OGRE
1.10.12
Object-Oriented Graphics Rendering Engine
|
Locking helper. More...
#include <OgreHardwareBuffer.h>
Public Member Functions | |
HardwareBufferLockGuard (const T &p, HardwareBuffer::LockOptions options) | |
HardwareBufferLockGuard (const T &p, size_t offset, size_t length, HardwareBuffer::LockOptions options) | |
~HardwareBufferLockGuard () | |
Public Attributes | |
const T & | pBuf |
void * | pData |
Locking helper.
Guaranteed unlocking even in case of exception.
|
inline |
|
inline |
|
inline |
const T& Ogre::HardwareBufferLockGuard< T >::pBuf |
void* Ogre::HardwareBufferLockGuard< T >::pData |