Home -> ITexelArray -> DataFormat
Description
The DataFormat enumeration defines the per-component data encoding used for each element of an ITexelArray on the graphics device.
Members
| Name | Description | |
|---|---|---|
| Int8 |
Stores each component as an 8-bit signed integer.
|
|
| Int16 |
Stores each component as a 16-bit signed integer.
|
|
| Int32 |
Stores each component as a 32-bit signed integer.
|
|
| UInt8 |
Stores each component as an 8-bit unsigned integer.
|
|
| UInt16 |
Stores each component as a 16-bit unsigned integer.
|
|
| UInt32 |
Stores each component as a 32-bit unsigned integer.
|
|
| Norm8 |
Stores each component as an 8-bit signed normalized value.
|
|
| UNorm8 |
Stores each component as an 8-bit unsigned normalized value.
|
|
| Float16 |
Stores each component as a 16-bit floating point value.
|
|
| Float32 |
Stores each component as a 32-bit floating point value.
|