Table of Contents

Class VertexAttributeMapping

Namespace
Bonsai.Shaders
Assembly
Bonsai.Shaders.dll

Represents the format of a user-defined input value to a vertex shader.

public class VertexAttributeMapping
Inheritance
VertexAttributeMapping
Derived
Inherited Members

Properties

Normalized

Gets or sets a value specifying whether fixed-point data values should be normalized or converted directly before they are accessed.

Size

Gets or sets a value specifying the number of components in the vertex attribute.

Type

Gets or sets a value specifying the data type of each component in the vertex attribute.

Methods

ToString()

Returns a string that represents the current object.