Public Attributes

GFX::VertexComponentFormat Struct Reference

An individual vertex component's use, type, and number of elements. One or more of these are combined to make a InterleavedVertexFormat. More...

#include <Vertex.h>

List of all members.

Public Attributes

VertexComponentMeaning Meaning
 What this component of a stream represents.
GLenum Type
 Data type of the component (GL_FLOAT, etc).
GLuint Count
 Number of elements in this component.

Detailed Description

An individual vertex component's use, type, and number of elements. One or more of these are combined to make a InterleavedVertexFormat.


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