Struct D3D11FeatureDataThreading
Describes the multi-threading features that are supported by the current graphics driver.
Implements
Inherited Members
Namespace: JeremyAnsel.DirectX.D3D11
Assembly: JeremyAnsel.DirectX.D3D11.dll
Syntax
public struct D3D11FeatureDataThreading : IEquatable<D3D11FeatureDataThreading>
Properties
| Edit this page View SourceIsDriverCommandListsSupported
Gets a value indicating whether command lists are supported by the current driver.
Declaration
public bool IsDriverCommandListsSupported { get; }
Property Value
Type | Description |
---|---|
bool |
IsDriverConcurrentCreatesSupported
Gets a value indicating whether resources can be created concurrently on multiple threads while drawing.
Declaration
public bool IsDriverConcurrentCreatesSupported { get; }
Property Value
Type | Description |
---|---|
bool |
Methods
| Edit this page View SourceEquals(D3D11FeatureDataThreading)
Determines whether the specified object is equal to the current object.
Declaration
public bool Equals(D3D11FeatureDataThreading other)
Parameters
Type | Name | Description |
---|---|---|
D3D11FeatureDataThreading | 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 ==(D3D11FeatureDataThreading, D3D11FeatureDataThreading)
Compares two D3D11FeatureDataThreading objects. The result specifies whether the values of the two objects are equal.
Declaration
public static bool operator ==(D3D11FeatureDataThreading left, D3D11FeatureDataThreading right)
Parameters
Type | Name | Description |
---|---|---|
D3D11FeatureDataThreading | left | The left D3D11FeatureDataThreading to compare. |
D3D11FeatureDataThreading | right | The right D3D11FeatureDataThreading to compare. |
Returns
Type | Description |
---|---|
bool |
operator !=(D3D11FeatureDataThreading, D3D11FeatureDataThreading)
Compares two D3D11FeatureDataThreading objects. The result specifies whether the values of the two objects are unequal.
Declaration
public static bool operator !=(D3D11FeatureDataThreading left, D3D11FeatureDataThreading right)
Parameters
Type | Name | Description |
---|---|---|
D3D11FeatureDataThreading | left | The left D3D11FeatureDataThreading to compare. |
D3D11FeatureDataThreading | right | The right D3D11FeatureDataThreading to compare. |
Returns
Type | Description |
---|---|
bool |