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 | |
|---|---|---|
| Null |
Represents no data type. This is not a valid type for a real field and is used only as a sentinel value.
|
|
| Boolean |
Represents a boolean value in a state buffer layout.
|
|
| Int32 |
Represents a 32-bit signed integer value.
|
|
| UInt32 |
Represents a 32-bit unsigned integer value.
|
|
| Float32 |
Represents a 32-bit floating point value.
|
|
| Float64 |
Represents a 64-bit floating point value.
|