MPMA Framework 0.4
Public Member Functions | Public Attributes
GFX::InterleavedVertexFormat Struct Reference

Represents the combination of vertex components. More...

#include <Vertex.h>

List of all members.

Public Member Functions

InterleavedVertexFormatoperator<< (const VertexComponentFormat &newEntry)
 Adds another component to the element list.
GLsizei GetVertexSize () const
 Returns the number of bytes needed to store a single vertex.

Public Attributes

std::vector
< VertexComponentFormat
Components
 In-order list of elements that make up the vertex format.
GLenum Usage
 Usage parameter to glBufferData (GL_STATIC_DRAW, GL_DYNAMIC_DRAW, etc)

Detailed Description

Represents the combination of vertex components.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends