Table of Contents

Struct GraphicsDeviceFeatures.FeaturesPerFormat

Namespace
Stride.Graphics
Assembly
Stride.Graphics.dll

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

PixelFormat

FormatSupport

Support of a given format on the installed video device.

public readonly FormatSupport FormatSupport

Field Value

FormatSupport

MultisampleCountMax

Gets the maximum multisample count for a particular PixelFormat.

public readonly MultisampleCount MultisampleCountMax

Field Value

MultisampleCount

Methods

ToString()

Returns the fully qualified type name of this instance.

public override string ToString()

Returns

string

The fully qualified type name.