Home -> ITexelArray -> SourceDataFormat
Description
The SourceDataFormat enumeration describes the per-component encoding of texel array data supplied from CPU memory. The renderer converts the source encoding into the allocated DataFormat where conversion is supported.
Members
| Name | Description | |
|---|---|---|
| Int8 |
Supplies each component as an 8-bit signed integer.
|
|
| Int16 |
Supplies each component as a 16-bit signed integer.
|
|
| Int32 |
Supplies each component as a 32-bit signed integer.
|
|
| UInt8 |
Supplies each component as an 8-bit unsigned integer.
|
|
| UInt16 |
Supplies each component as a 16-bit unsigned integer.
|
|
| UInt32 |
Supplies each component as a 32-bit unsigned integer.
|
|
| Norm8 |
Supplies each component as an 8-bit signed normalized value.
|
|
| Norm16 |
Supplies each component as a 16-bit signed normalized value.
|
|
| Norm32 |
Supplies each component as a 32-bit signed normalized value.
|
|
| UNorm8 |
Supplies each component as an 8-bit unsigned normalized value.
|
|
| UNorm16 |
Supplies each component as a 16-bit unsigned normalized value.
|
|
| UNorm32 |
Supplies each component as a 32-bit unsigned normalized value.
|
|
| Float16 |
Supplies each component as a 16-bit floating point value.
|
|
| Float32 |
Supplies each component as a 32-bit floating point value.
|