Struct D3D11FeatureDataD3D11Options1
Describes Direct3D 11.2 feature options in the current graphics driver.
Implements
Inherited Members
Namespace: JeremyAnsel.DirectX.D3D11
Assembly: JeremyAnsel.DirectX.D3D11.dll
Syntax
public struct D3D11FeatureDataD3D11Options1 : IEquatable<D3D11FeatureDataD3D11Options1>
Properties
| Edit this page View SourceIsClearViewDepthInlyFormatsSupported
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
Type | Description |
---|---|
bool |
IsMapOnDefaultBuffersSupported
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
Type | Description |
---|---|
bool |
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
Type | Description |
---|---|
bool |
TiledResourcesTier
Gets a value indicating whether the hardware and driver support tiled resources.
Declaration
public D3D11TiledResourcesTier TiledResourcesTier { get; }
Property Value
Type | Description |
---|---|
D3D11TiledResourcesTier |
Methods
| Edit this page View SourceEquals(D3D11FeatureDataD3D11Options1)
Determines whether the specified object is equal to the current object.
Declaration
public bool Equals(D3D11FeatureDataD3D11Options1 other)
Parameters
Type | Name | Description |
---|---|---|
D3D11FeatureDataD3D11Options1 | other | The object to compare with the current object. |
Returns
Type | Description |
---|---|
bool |
Equals(object)
Determines whether the specified object is equal to the current object.
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
object | obj | The object to compare with the current object. |
Returns
Type | Description |
---|---|
bool |
Overrides
| Edit this page View SourceGetHashCode()
Returns the hash code for this instance.
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
int | A 32-bit signed integer that is the hash code for this instance. |
Overrides
Operators
| Edit this page View Sourceoperator ==(D3D11FeatureDataD3D11Options1, D3D11FeatureDataD3D11Options1)
Compares two D3D11FeatureDataD3D11Options1 objects. The result specifies whether the values of the two objects are equal.
Declaration
public static bool operator ==(D3D11FeatureDataD3D11Options1 left, D3D11FeatureDataD3D11Options1 right)
Parameters
Type | Name | Description |
---|---|---|
D3D11FeatureDataD3D11Options1 | left | The left D3D11FeatureDataD3D11Options1 to compare. |
D3D11FeatureDataD3D11Options1 | right | The right D3D11FeatureDataD3D11Options1 to compare. |
Returns
Type | Description |
---|---|
bool |
operator !=(D3D11FeatureDataD3D11Options1, D3D11FeatureDataD3D11Options1)
Compares two D3D11FeatureDataD3D11Options1 objects. The result specifies whether the values of the two objects are unequal.
Declaration
public static bool operator !=(D3D11FeatureDataD3D11Options1 left, D3D11FeatureDataD3D11Options1 right)
Parameters
Type | Name | Description |
---|---|---|
D3D11FeatureDataD3D11Options1 | left | The left D3D11FeatureDataD3D11Options1 to compare. |
D3D11FeatureDataD3D11Options1 | right | The right D3D11FeatureDataD3D11Options1 to compare. |
Returns
Type | Description |
---|---|
bool |