Home -> IStateBufferLayout -> DataType

Description

The DataType enumeration identifies the scalar type of fields, vectors, and matrices appended to an IStateBufferLayout during manual layout construction.

Members

Name Description
Public Enum Null
Represents no data type. This is not a valid type for a real field and is used only as a sentinel value.
Public Enum Boolean
Represents a boolean value in a state buffer layout.
Public Enum Int32
Represents a 32-bit signed integer value.
Public Enum UInt32
Represents a 32-bit unsigned integer value.
Public Enum Float32
Represents a 32-bit floating point value.
Public Enum Float64
Represents a 64-bit floating point value.

See also