GFXVertexBuffer Class Reference#include <gfxVertexBuffer.h>
Inheritance diagram for GFXVertexBuffer: ![]()
Constructor & Destructor Documentation
Member Function Documentation
Implemented in GFXD3D8VertexBuffer, GFXD3D9VertexBuffer, and GFXGLVertexBuffer.
Implemented in GFXD3D8VertexBuffer, GFXD3D9VertexBuffer, and GFXGLVertexBuffer.
Implemented in GFXD3D8VertexBuffer, GFXD3D9VertexBuffer, and GFXGLVertexBuffer.
The resource should put a description of itself (number of vertices, size/width of texture, etc.) in buffer.
Implements GFXResource.
Friends And Related Function Documentation
Reimplemented from GFXResource.
Member Data DocumentationNumber of vertices in this buffer.
Vertex type as defined by OR'd vertex flags.
Vertex size in bytes.
GFX buffer type (static, dynamic or volatile).
Device this vertex buffer was allocated on.
|