DigitalSpaces::DIOGREHardwareVertexBuffer Struct Reference
[Ogre]
#include <OGREInterfaces.h>
Inherits DigitalSpaces::DIObjectBase.
Detailed Description
It can safely be assumed that any object implementing this interface will also implement
DIOGREHardwareBuffer.
- Note:
- I've made them seperate unrelated interfaces because having this interface inherit the other interface results in multiple inheritance of the same interface, and would require each implementing object to have an implementation that does nothing but call one of the inherited implementations.
|
Public Member Functions |
| unsigned long | GetVertexSize (void) |
| | Gets the size in bytes of a single vertex in this buffer.
|
| unsigned long | GetNumVertices (void) |
| | Get the number of vertices in this buffer.
|
Member Function Documentation
| unsigned long DigitalSpaces::DIOGREHardwareVertexBuffer::GetVertexSize |
( |
void |
|
) |
|
Gets the size in bytes of a single vertex in this buffer.
| unsigned long DigitalSpaces::DIOGREHardwareVertexBuffer::GetNumVertices |
( |
void |
|
) |
|
Get the number of vertices in this buffer.
The documentation for this struct was generated from the following file: