Struct QueryHeapDescription
Contains properties that describe the characteristics of a new queryheap object.
Implements
Inherited Members
Namespace: Evergine.Common.Graphics
Assembly: Evergine.Common.dll
Syntax
public struct QueryHeapDescription : IEquatable<QueryHeapDescription>
Fields
QueryCount
Specifies the queryheap capacity.
Declaration
public uint QueryCount
Field Value
Type | Description |
---|---|
uint |
Type
Specifies the queryheap type, 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 | Other used to compare. |
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 a hash table. |
Overrides
Operators
operator ==(QueryHeapDescription, QueryHeapDescription)
Implements the operator ==.
Declaration
public static bool operator ==(QueryHeapDescription value1, QueryHeapDescription value2)
Parameters
Type | Name | Description |
---|---|---|
Query |
value1 | The value1. |
Query |
value2 | The value2. |
Returns
Type | Description |
---|---|
bool | The result of the operator. |
operator !=(QueryHeapDescription, QueryHeapDescription)
Implements the operator ==.
Declaration
public static bool operator !=(QueryHeapDescription value1, QueryHeapDescription value2)
Parameters
Type | Name | Description |
---|---|---|
Query |
value1 | The value1. |
Query |
value2 | The value2. |
Returns
Type | Description |
---|---|
bool | The result of the operator. |