GraphicsDeviceFeatures.FeaturesPerFormat Struct
Namespace: Stride.GraphicsAssembly: Stride.Graphics.dll
The features exposed for a particular format.
public struct FeaturesPerFormat
Name | Description | |
---|---|---|
Fields | ||
Format | The SharpDX.DXGI.Format. |
|
FormatSupport | Support of a given format on the installed video device. |
|
MultisampleCountMax | Gets the maximum multisample count for a particular PixelFormat. |
|
Methods | ||
ToString() |
Fields
Format
The SharpDX.DXGI.Format.
public readonly PixelFormat Format
Field Value
Type | Description |
---|---|
PixelFormat |
FormatSupport
Support of a given format on the installed video device.
public readonly FormatSupport FormatSupport
Field Value
Type | Description |
---|---|
FormatSupport |
MultisampleCountMax
Gets the maximum multisample count for a particular PixelFormat.
public readonly MultisampleCount MultisampleCountMax
Field Value
Type | Description |
---|---|
MultisampleCount |
Methods
ToString()
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.ValueType.ToString()
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()