Struct D3D11FeatureDataD3D9Options1
Describes Direct3D 9 feature options in the current graphics driver.
Assembly: JeremyAnsel.DirectX.D3D11.dll
Syntax
public struct D3D11FeatureDataD3D9Options1 : IEquatable<D3D11FeatureDataD3D9Options1>
Properties
|
Edit this page
View Source
IsDepthAsTextureWithLessEqualComparisonFilterSupported
Gets a value indicating whether the driver supports the shadowing feature with the comparison-filtering mode set to less than or equal to.
Declaration
public bool IsDepthAsTextureWithLessEqualComparisonFilterSupported { get; }
Property Value
|
Edit this page
View Source
IsFullNonPow2TextureSupported
Gets a value indicating whether the driver supports the nonpowers-of-2-unconditionally feature.
Declaration
public bool IsFullNonPow2TextureSupported { get; }
Property Value
|
Edit this page
View Source
IsSimpleInstancingSupported
Gets a value indicating whether the hardware and driver support simple instancing.
Declaration
public bool IsSimpleInstancingSupported { get; }
Property Value
|
Edit this page
View Source
IsTextureCubeFaceRenderTargetWithNonCubeDepthStencilSupported
Gets a value indicating whether the hardware and driver support setting a single face of a TextureCube as a render target while the depth stencil surface that is bound alongside can be a Texture2D (as opposed to TextureCube).
Declaration
public bool IsTextureCubeFaceRenderTargetWithNonCubeDepthStencilSupported { get; }
Property Value
Methods
|
Edit this page
View Source
Equals(D3D11FeatureDataD3D9Options1)
Declaration
public readonly bool Equals(D3D11FeatureDataD3D9Options1 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 D3D11FeatureDataD3D9Options1 NativeReadFrom(nint buffer)
Parameters
| Type |
Name |
Description |
| nint |
buffer |
|
Returns
|
Edit this page
View Source
NativeReadFrom(nint, Span<D3D11FeatureDataD3D9Options1>)
Declaration
public static void NativeReadFrom(nint buffer, Span<D3D11FeatureDataD3D9Options1> 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 D3D11FeatureDataD3D9Options1)
Declaration
public static void NativeWriteTo(nint buffer, in D3D11FeatureDataD3D9Options1 obj)
Parameters
|
Edit this page
View Source
NativeWriteTo(nint, ReadOnlySpan<D3D11FeatureDataD3D9Options1>)
Declaration
public static void NativeWriteTo(nint buffer, ReadOnlySpan<D3D11FeatureDataD3D9Options1> objects)
Parameters
Operators
|
Edit this page
View Source
operator ==(D3D11FeatureDataD3D9Options1, D3D11FeatureDataD3D9Options1)
Declaration
public static bool operator ==(D3D11FeatureDataD3D9Options1 left, D3D11FeatureDataD3D9Options1 right)
Parameters
Returns
|
Edit this page
View Source
operator !=(D3D11FeatureDataD3D9Options1, D3D11FeatureDataD3D9Options1)
Declaration
public static bool operator !=(D3D11FeatureDataD3D9Options1 left, D3D11FeatureDataD3D9Options1 right)
Parameters
Returns
Implements