Struct GraphicsDeviceFeatures.FeaturesPerFormat
The features exposed for a particular format.
public struct GraphicsDeviceFeatures.FeaturesPerFormat
- Inherited Members
Fields
Format
The SharpDX.DXGI.Format.
public readonly PixelFormat Format
Field Value
FormatSupport
Support of a given format on the installed video device.
public readonly FormatSupport FormatSupport
Field Value
MultisampleCountMax
Gets the maximum multisample count for a particular PixelFormat.
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.