#include <OgreStagingBuffer.h>
|
BufferPacked * | destination |
| Buffer where the contents of the staging buffer will be copied to after unmapping.
|
|
size_t | dstOffset |
| The offset in the destination buffer to copy to.
|
|
size_t | length |
| Amount of bytes to copy.
|
|
size_t | srcOffset |
| 0-started offset relative to the mapped region
|
|
◆ Destination()
Ogre::StagingBuffer::Destination::Destination |
( |
BufferPacked * | _destination, |
|
|
size_t | _dstOffset, |
|
|
size_t | _srcOffset, |
|
|
size_t | _length ) |
|
inline |
◆ destination
Buffer where the contents of the staging buffer will be copied to after unmapping.
◆ dstOffset
size_t Ogre::StagingBuffer::Destination::dstOffset |
The offset in the destination buffer to copy to.
◆ length
size_t Ogre::StagingBuffer::Destination::length |
◆ srcOffset
size_t Ogre::StagingBuffer::Destination::srcOffset |
0-started offset relative to the mapped region
The documentation for this struct was generated from the following file: