Struct D3D11FeatureDataD3D11Options1
Describes Direct3D 11.2 feature options in the current graphics driver.
Assembly: JeremyAnsel.DirectX.D3D11.dll
Syntax
public struct D3D11FeatureDataD3D11Options1 : IEquatable<D3D11FeatureDataD3D11Options1>
Properties
|
Edit this page
View Source
Gets a value indicating whether the hardware and driver also support the ID3D11DeviceContext1.ClearView method on depth formats.
Declaration
public bool IsClearViewDepthInlyFormatsSupported { get; }
Property Value
|
Edit this page
View Source
Gets a value indicating whether creating D3D11Buffer resources that can be passed to the ID3D11DeviceContext.Map and ID3D11DeviceContext.Unmap methods is supported.
Declaration
public bool IsMapOnDefaultBuffersSupported { get; }
Property Value
|
Edit this page
View Source
IsMinMaxFilteringSupported
Gets a value indicating whether the hardware and driver support the filtering options of comparing the result to the minimum or maximum value during texture sampling.
Declaration
public bool IsMinMaxFilteringSupported { get; }
Property Value
|
Edit this page
View Source
TiledResourcesTier
Gets a value indicating whether the hardware and driver support tiled resources.
Declaration
public D3D11TiledResourcesTier TiledResourcesTier { get; }
Property Value
Methods
|
Edit this page
View Source
Equals(D3D11FeatureDataD3D11Options1)
Declaration
public readonly bool Equals(D3D11FeatureDataD3D11Options1 other)
Parameters
Returns
|
Edit this page
View Source
Equals(object?)
Declaration
public override readonly bool Equals(object? obj)
Parameters
| Type |
Name |
Description |
| object |
obj |
|
Returns
Overrides
|
Edit this page
View Source
GetHashCode()
Declaration
public override readonly int GetHashCode()
Returns
Overrides
|
Edit this page
View Source
NativeReadFrom(nint)
Declaration
public static D3D11FeatureDataD3D11Options1 NativeReadFrom(nint buffer)
Parameters
| Type |
Name |
Description |
| nint |
buffer |
|
Returns
|
Edit this page
View Source
NativeReadFrom(nint, Span<D3D11FeatureDataD3D11Options1>)
Declaration
public static void NativeReadFrom(nint buffer, Span<D3D11FeatureDataD3D11Options1> objects)
Parameters
|
Edit this page
View Source
NativeRequiredSize()
Declaration
public static int NativeRequiredSize()
Returns
|
Edit this page
View Source
NativeRequiredSize(int)
Declaration
public static int NativeRequiredSize(int count)
Parameters
| Type |
Name |
Description |
| int |
count |
|
Returns
|
Edit this page
View Source
NativeWriteTo(nint, in D3D11FeatureDataD3D11Options1)
Declaration
public static void NativeWriteTo(nint buffer, in D3D11FeatureDataD3D11Options1 obj)
Parameters
|
Edit this page
View Source
NativeWriteTo(nint, ReadOnlySpan<D3D11FeatureDataD3D11Options1>)
Declaration
public static void NativeWriteTo(nint buffer, ReadOnlySpan<D3D11FeatureDataD3D11Options1> objects)
Parameters
Operators
|
Edit this page
View Source
operator ==(D3D11FeatureDataD3D11Options1, D3D11FeatureDataD3D11Options1)
Declaration
public static bool operator ==(D3D11FeatureDataD3D11Options1 left, D3D11FeatureDataD3D11Options1 right)
Parameters
Returns
|
Edit this page
View Source
operator !=(D3D11FeatureDataD3D11Options1, D3D11FeatureDataD3D11Options1)
Declaration
public static bool operator !=(D3D11FeatureDataD3D11Options1 left, D3D11FeatureDataD3D11Options1 right)
Parameters
Returns
Implements