Struct D3D11FeatureDataFormatSupport2
Describes which unordered resource options are supported by the current graphics driver for a given format.
Implements
Inherited Members
Namespace: JeremyAnsel.DirectX.D3D11
Assembly: JeremyAnsel.DirectX.D3D11.dll
Syntax
public struct D3D11FeatureDataFormatSupport2 : IEquatable<D3D11FeatureDataFormatSupport2>
Properties
| Edit this page View SourceInFormat
Gets the DxgiFormat to return information on.
Declaration
public DxgiFormat InFormat { get; }
Property Value
Type | Description |
---|---|
DxgiFormat |
OutFormatSupport2
Gets a combination of D3D11FormatSupport2 flags indicating which unordered resource options are supported.
Declaration
public D3D11FormatSupport2 OutFormatSupport2 { get; }
Property Value
Type | Description |
---|---|
D3D11FormatSupport2 |
Methods
| Edit this page View SourceEquals(D3D11FeatureDataFormatSupport2)
Determines whether the specified object is equal to the current object.
Declaration
public bool Equals(D3D11FeatureDataFormatSupport2 other)
Parameters
Type | Name | Description |
---|---|---|
D3D11FeatureDataFormatSupport2 | 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 ==(D3D11FeatureDataFormatSupport2, D3D11FeatureDataFormatSupport2)
Compares two D3D11FeatureDataFormatSupport2 objects. The result specifies whether the values of the two objects are equal.
Declaration
public static bool operator ==(D3D11FeatureDataFormatSupport2 left, D3D11FeatureDataFormatSupport2 right)
Parameters
Type | Name | Description |
---|---|---|
D3D11FeatureDataFormatSupport2 | left | The left D3D11FeatureDataFormatSupport2 to compare. |
D3D11FeatureDataFormatSupport2 | right | The right D3D11FeatureDataFormatSupport2 to compare. |
Returns
Type | Description |
---|---|
bool |
operator !=(D3D11FeatureDataFormatSupport2, D3D11FeatureDataFormatSupport2)
Compares two D3D11FeatureDataFormatSupport2 objects. The result specifies whether the values of the two objects are unequal.
Declaration
public static bool operator !=(D3D11FeatureDataFormatSupport2 left, D3D11FeatureDataFormatSupport2 right)
Parameters
Type | Name | Description |
---|---|---|
D3D11FeatureDataFormatSupport2 | left | The left D3D11FeatureDataFormatSupport2 to compare. |
D3D11FeatureDataFormatSupport2 | right | The right D3D11FeatureDataFormatSupport2 to compare. |
Returns
Type | Description |
---|---|
bool |