Enum BufferPrecision
Represents the bit depth of the imaging pipeline in Direct2D.
public enum BufferPrecision
Fields
PerChannel16Float = 4
Use 16-bit floats per channel.
PerChannel16UNorm = 3
Use 16-bit normalized integer per channel.
PerChannel32Float = 5
Use 32-bit floats per channel.
PerChannel8UNorm = 1
Use 8-bit normalized integer per channel.
PerChannel8UNormSRgb = 2
Use 8-bit normalized integer standard RGB data per channel.
Unknown = 0
The buffer precision is not specified.
Remarks
Note?? Feature level 9 may or may not support precision types other than 8BPC.?