Click or drag to resize

ProgramAttributeDataType Enumeration

Supported data types for attributes

Namespace:  Ooogles
Assembly:  Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public enum AttributeDataType
Members
  Member nameValueDescription
Float5126 Single-precision floating-point type. Corresponds to C#'s float type.
Vector235664 A vector of 2 floats. Corresponds to OpenTK's Vector2 type.
Vector335665 A vector of 3 floats. Corresponds to OpenTK's Vector3 type.
Vector435666 A vector of 4 floats. Corresponds to OpenTK's Vector4 type.
Matrix235674 A 2x2 matrix of floats. Corresponds to OpenTK's Matrix2 type.
Matrix335675 A 3x3 matrix of floats. Corresponds to OpenTK's Matrix3 type.
Matrix435676 A 4x4 matrix of floats. Corresponds to OpenTK's Matrix4 type.
See Also