OGRE-Next  2.3
Object-Oriented Graphics Rendering Engine
Ogre::VertexBufferDownloadHelper::DownloadData Struct Reference

#include <OgreVertexBufferDownloadHelper.h>

Public Member Functions

 DownloadData ()
 

Public Attributes

size_t bufferIdx
 
VertexElement2 const * origElements
 If this value is nullptr, then the requested element semantic was not present in the Vao. More...
 
size_t srcBytesPerVertex
 
size_t srcOffset
 
AsyncTicketPtr ticket
 If this is nullptr, see origElements comment. More...
 

Constructor & Destructor Documentation

◆ DownloadData()

Ogre::VertexBufferDownloadHelper::DownloadData::DownloadData ( )

Member Data Documentation

◆ bufferIdx

size_t Ogre::VertexBufferDownloadHelper::DownloadData::bufferIdx

◆ origElements

VertexElement2 const* Ogre::VertexBufferDownloadHelper::DownloadData::origElements

If this value is nullptr, then the requested element semantic was not present in the Vao.

◆ srcBytesPerVertex

size_t Ogre::VertexBufferDownloadHelper::DownloadData::srcBytesPerVertex

◆ srcOffset

size_t Ogre::VertexBufferDownloadHelper::DownloadData::srcOffset

◆ ticket

AsyncTicketPtr Ogre::VertexBufferDownloadHelper::DownloadData::ticket

If this is nullptr, see origElements comment.


The documentation for this struct was generated from the following file: