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
Public Enum Int8
Stores each component as an 8-bit signed integer.
Public Enum Int16
Stores each component as a 16-bit signed integer.
Public Enum Int32
Stores each component as a 32-bit signed integer.
Public Enum UInt8
Stores each component as an 8-bit unsigned integer.
Public Enum UInt16
Stores each component as a 16-bit unsigned integer.
Public Enum UInt32
Stores each component as a 32-bit unsigned integer.
Public Enum Norm8
Stores each component as an 8-bit signed normalized value.
Public Enum UNorm8
Stores each component as an 8-bit unsigned normalized value.
Public Enum Float16
Stores each component as a 16-bit floating point value.
Public Enum Float32
Stores each component as a 32-bit floating point value.

See also