Struct QueryHeapDescription
Contains properties that describe the characteristics of a new query heap object.
Namespace: Evergine.Common.Graphics
Assembly: Evergine.Common.dll
Syntax
public struct QueryHeapDescription
Fields
QueryCount
Specifies the query heap capacity.
Declaration
public uint QueryCount
Field Value
Type | Description |
---|---|
uint |
Type
Specifies the QueryHeap type, see Query
Declaration
public QueryType Type
Field Value
Type | Description |
---|---|
Query |
Methods
Equals(QueryHeapDescription)
Determines whether the specified parameter is equal to this instance.
Declaration
public bool Equals(QueryHeapDescription other)
Parameters
Type | Name | Description |
---|---|---|
Query |
other | The object used for comparison. |
Returns
Equals(object)
Determines whether the specified object is equal to this instance.
Declaration
public override bool Equals(object obj)
Parameters
Returns
Overrides
GetHashCode()
Returns a hash code for this instance.
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
int | A hash code for this instance, suitable for use in hashing algorithms and data structures like hash tables. |
Overrides
Operators
operator ==(QueryHeapDescription, QueryHeapDescription)
Implements the operator ==.
Declaration
public static bool operator ==(QueryHeapDescription value1, QueryHeapDescription value2)
Parameters
Type | Name | Description |
---|---|---|
Query |
value1 | The first value. |
Query |
value2 | The second value. |
Returns
Type | Description |
---|---|
bool | The result of the operation. |
operator !=(QueryHeapDescription, QueryHeapDescription)
Implements the operator ==.
Declaration
public static bool operator !=(QueryHeapDescription value1, QueryHeapDescription value2)
Parameters
Type | Name | Description |
---|---|---|
Query |
value1 | The first value. |
Query |
value2 | The second value. |
Returns
Type | Description |
---|---|
bool | The result of the operator. |