OGRE 2.1
Object-Oriented Graphics Rendering Engine
|
#include <OgreVertexArrayObject.h>
Public Member Functions | |
ReadRequests (VertexElementSemantic _semantic) | |
Public Attributes | |
AsyncTicketPtr | asyncTicket |
char const * | data |
Data is already offseted. To get the vertex location, perform (data - offset);. | |
size_t | offset |
VertexElementSemantic | semantic |
VertexElementType | type |
VertexBufferPacked const * | vertexBuffer |
|
inline |
References Ogre::VET_FLOAT1.
AsyncTicketPtr Ogre::VertexArrayObject::ReadRequests::asyncTicket |
Data is already offseted. To get the vertex location, perform (data - offset);.
size_t Ogre::VertexArrayObject::ReadRequests::offset |
VertexElementSemantic Ogre::VertexArrayObject::ReadRequests::semantic |
VertexElementType Ogre::VertexArrayObject::ReadRequests::type |
VertexBufferPacked const* Ogre::VertexArrayObject::ReadRequests::vertexBuffer |