Table of Contents

Struct GraphicsDeviceFeatures.FeaturesPerFormat

Namespace
Stride.Graphics
Assembly
Stride.Graphics.dll

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

ComputeShaderFormatSupport

Format

The pixel format.

public readonly PixelFormat Format

Field Value

PixelFormat

FormatSupport

The support flags for a particular Format.

public readonly FormatSupport FormatSupport

Field Value

FormatSupport

MultisampleCountMax

The maximum sample count when multisampling for a particular Format.

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.