VertexDataProvider::ComponentDescription Struct Reference


Detailed Description

This structure carries information about a component.

Definition at line 111 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.

Member Enumeration Documentation


Member Data Documentation

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

Definition at line 122 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 125 of file renderer.h.


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