OGRE-Next  2.3
Object-Oriented Graphics Rendering Engine
Ogre::StagingBuffer::Destination Struct Reference

#include <OgreStagingBuffer.h>

Public Member Functions

 Destination (BufferPacked *_destination, size_t _dstOffset, size_t _srcOffset, size_t _length)
 

Public Attributes

BufferPackeddestination
 Buffer where the contents of the staging buffer will be copied to after unmapping. More...
 
size_t dstOffset
 The offset in the destination buffer to copy to. More...
 
size_t length
 Amount of bytes to copy. More...
 
size_t srcOffset
 0-started offset relative to the mapped region More...
 

Constructor & Destructor Documentation

◆ Destination()

Ogre::StagingBuffer::Destination::Destination ( BufferPacked _destination,
size_t  _dstOffset,
size_t  _srcOffset,
size_t  _length 
)
inline

Member Data Documentation

◆ destination

BufferPacked* Ogre::StagingBuffer::Destination::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

Amount of bytes to copy.

◆ 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: