Home -> ITexelArray -> SourceImageFormat
Description
The SourceImageFormat enumeration describes the component layout of texel array data supplied from CPU memory.
Members
| Name | Description | |
|---|---|---|
| R |
Supplies one component conventionally interpreted as red.
|
|
| RG |
Supplies two components conventionally interpreted as red and green.
|
|
| RGBA |
Supplies four components conventionally interpreted as red, green, blue, and alpha.
|
|
| X |
Supplies one generic component where color channel naming is not meaningful.
|
|
| XY |
Supplies two generic components.
|
|
| XYZW |
Supplies four generic components.
|