Struct D3D11QueryDataTimestampDisjoint
Query information about the reliability of a timestamp query.
Implements
Inherited Members
Namespace: JeremyAnsel.DirectX.D3D11
Assembly: JeremyAnsel.DirectX.D3D11.dll
Syntax
public struct D3D11QueryDataTimestampDisjoint : IEquatable<D3D11QueryDataTimestampDisjoint>
Properties
| Edit this page View SourceFrequency
Gets a value indicating how frequently the GPU counter increments in Hz.
Declaration
public ulong Frequency { get; }
Property Value
Type | Description |
---|---|
ulong |
IsDisjoint
Gets a value indicating whether the timestamp counter is discontinuous or disjoint.
Declaration
public bool IsDisjoint { get; }
Property Value
Type | Description |
---|---|
bool |
Methods
| Edit this page View SourceEquals(D3D11QueryDataTimestampDisjoint)
Determines whether the specified object is equal to the current object.
Declaration
public bool Equals(D3D11QueryDataTimestampDisjoint other)
Parameters
Type | Name | Description |
---|---|---|
D3D11QueryDataTimestampDisjoint | 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 ==(D3D11QueryDataTimestampDisjoint, D3D11QueryDataTimestampDisjoint)
Compares two D3D11QueryDataTimestampDisjoint objects. The result specifies whether the values of the two objects are equal.
Declaration
public static bool operator ==(D3D11QueryDataTimestampDisjoint left, D3D11QueryDataTimestampDisjoint right)
Parameters
Type | Name | Description |
---|---|---|
D3D11QueryDataTimestampDisjoint | left | The left D3D11QueryDataTimestampDisjoint to compare. |
D3D11QueryDataTimestampDisjoint | right | The right D3D11QueryDataTimestampDisjoint to compare. |
Returns
Type | Description |
---|---|
bool |
operator !=(D3D11QueryDataTimestampDisjoint, D3D11QueryDataTimestampDisjoint)
Compares two D3D11QueryDataTimestampDisjoint objects. The result specifies whether the values of the two objects are unequal.
Declaration
public static bool operator !=(D3D11QueryDataTimestampDisjoint left, D3D11QueryDataTimestampDisjoint right)
Parameters
Type | Name | Description |
---|---|---|
D3D11QueryDataTimestampDisjoint | left | The left D3D11QueryDataTimestampDisjoint to compare. |
D3D11QueryDataTimestampDisjoint | right | The right D3D11QueryDataTimestampDisjoint to compare. |
Returns
Type | Description |
---|---|
bool |