GraphicsResourceAllocator.QueryPoolDescription Struct
Namespace: Stride.Graphics
Assembly: Stride.Graphics.dll
protected struct QueryPoolDescription : IEquatable<GraphicsResourceAllocator.QueryPoolDescription>
|
Improve this Doc
View Source
Constructors
QueryPoolDescription(QueryType, Int32)
public QueryPoolDescription(QueryType queryType, int queryCount)
Parameters
Type |
Name |
Description |
QueryType |
queryType |
|
System.Int32 |
queryCount |
|
|
Improve this Doc
View Source
Fields
QueryCount
Field Value
Type |
Description |
System.Int32 |
|
QueryType
public QueryType QueryType
Field Value
|
Improve this Doc
View Source
Methods
Equals(GraphicsResourceAllocator.QueryPoolDescription)
public bool Equals(GraphicsResourceAllocator.QueryPoolDescription other)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Equals(Object)
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides
System.ValueType.Equals(System.Object)
GetHashCode()
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Overrides
System.ValueType.GetHashCode()
|
Improve this Doc
View Source
Operators
Equality(GraphicsResourceAllocator.QueryPoolDescription, GraphicsResourceAllocator.QueryPoolDescription)
public static bool operator ==(GraphicsResourceAllocator.QueryPoolDescription left, GraphicsResourceAllocator.QueryPoolDescription right)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Inequality(GraphicsResourceAllocator.QueryPoolDescription, GraphicsResourceAllocator.QueryPoolDescription)
public static bool operator !=(GraphicsResourceAllocator.QueryPoolDescription left, GraphicsResourceAllocator.QueryPoolDescription right)
Parameters
Returns
Type |
Description |
System.Boolean |
|
System.ValueType.ToString()
Extension Methods