VertexDataProvider::ComponentDescription Struct Reference


Detailed Description

This structure carries information about a component.

Definition at line 221 of file renderer.h.

#include <renderer.h>

List of all members.

Public Types

enum   Type { eFloat, eByte, eColor, eShort }
 

Type of the component.

More...

Public Attributes

enum
mudbox::VertexDataProvider::ComponentDescription::Type 
m_eType
int  m_iDimension
  Dimension of the component, must not be greater than 4.
Material::VertexDataUsage  m_eUsage
  This tells the renderer what to do with this data. It can be used for general purposes, or directly.

Member Enumeration Documentation

enum Type

Type of the component.

Enumerator:
eFloat 
eByte 
eColor 
eShort 

Definition at line 227 of file renderer.h.


Member Data Documentation

Dimension of the component, must not be greater than 4.

Definition at line 243 of file renderer.h.

Material::VertexDataUsage m_eUsage

This tells the renderer what to do with this data. It can be used for general purposes, or directly.

passed to the shader in a texture coordinate channel.

See also:
VertexDataUsage

Definition at line 249 of file renderer.h.


The documentation for this struct was generated from the following file: