nw::lyt::VertexAttrSize Enumerated Type

Syntax

enum VertexAttrSize;

Value

Value Description
VERTEXATTRSIZE_POS Size required for the vertex coordinates.
VERTEXATTRSIZE_COLOR Size required for the vertex color.
VERTEXATTRSIZE_TEXCOORD Size required for texture coordinates.
VERTEXATTRSIZE_INDEX Size required for the vertex index.

Description

Size required by vertex attributes.

Revision History

2009/09/18
Initial version.

CONFIDENTIAL