VertexBuffer::GetVertexStride
Defined in:
Returns the vertex stride for a vertex buffer.
C4Renderable.hPrototype
uint32 GetVertexStride(void) const;
Description
The GetVertexStride function returns the vertex stride that was previously specified by the VertexBuffer::EstablishVertexBuffer function. If the EstablishVertexBuffer function has not been called yet for a vertex buffer, then the return value of the GetVertexStride function is undefined.
See Also
