Struct GraphicsDeviceFeatures.FeaturesPerFormat
Contains information about the features a GraphicsDevice supports for a particular PixelFormat.
public readonly struct GraphicsDeviceFeatures.FeaturesPerFormat
- Inherited Members
- Extension Methods
Fields
ComputeShaderFormatSupport
The unordered resource support options for a Compute Shader resource using the Format.
public readonly ComputeShaderFormatSupport ComputeShaderFormatSupport
Field Value
Format
The pixel format.
public readonly PixelFormat Format
Field Value
FormatSupport
The support flags for a particular Format.
public readonly FormatSupport FormatSupport
Field Value
MultisampleCountMax
The maximum sample count when multisampling for a particular Format.
public readonly MultisampleCount MultisampleCountMax
Field Value
Methods
ToString()
Returns the fully qualified type name of this instance.
public override string ToString()
Returns
- string
The fully qualified type name.