Struct D3D11FeatureDataFormatSupport
Describes which resources are supported by the current graphics driver for a given format.
Assembly: JeremyAnsel.DirectX.D3D11.dll
public struct D3D11FeatureDataFormatSupport : IEquatable<D3D11FeatureDataFormatSupport>
Properties
|
Edit this page
View Source
Declaration
public DxgiFormat InFormat { get; }
Property Value
|
Edit this page
View Source
Declaration
public D3D11FormatSupport OutFormatSupport { get; }
Property Value
Methods
|
Edit this page
View Source
Declaration
public readonly bool Equals(D3D11FeatureDataFormatSupport other)
Parameters
Returns
|
Edit this page
View Source
Declaration
public override readonly bool Equals(object? obj)
Parameters
| Type |
Name |
Description |
| object |
obj |
|
Returns
Overrides
|
Edit this page
View Source
Declaration
public override readonly int GetHashCode()
Returns
Overrides
|
Edit this page
View Source
Declaration
public static D3D11FeatureDataFormatSupport NativeReadFrom(nint buffer)
Parameters
| Type |
Name |
Description |
| nint |
buffer |
|
Returns
|
Edit this page
View Source
Declaration
public static void NativeReadFrom(nint buffer, Span<D3D11FeatureDataFormatSupport> objects)
Parameters
|
Edit this page
View Source
Declaration
public static int NativeRequiredSize()
Returns
|
Edit this page
View Source
Declaration
public static int NativeRequiredSize(int count)
Parameters
| Type |
Name |
Description |
| int |
count |
|
Returns
|
Edit this page
View Source
Declaration
public static void NativeWriteTo(nint buffer, in D3D11FeatureDataFormatSupport obj)
Parameters
|
Edit this page
View Source
Declaration
public static void NativeWriteTo(nint buffer, ReadOnlySpan<D3D11FeatureDataFormatSupport> objects)
Parameters
Operators
|
Edit this page
View Source
Declaration
public static bool operator ==(D3D11FeatureDataFormatSupport left, D3D11FeatureDataFormatSupport right)
Parameters
Returns
|
Edit this page
View Source
Declaration
public static bool operator !=(D3D11FeatureDataFormatSupport left, D3D11FeatureDataFormatSupport right)
Parameters
Returns
Implements