Query |
public struct QueryPool : IVulkanNonDispatchableHandle, IEquatable<QueryPool>
The QueryPool type exposes the following members.
Name | Description | |
---|---|---|
Equals(Object) | (Overrides ValueTypeEquals(Object)) | |
Equals(QueryPool) | ||
GetHashCode | (Overrides ValueTypeGetHashCode) | |
IsNull |
Name | Description | |
---|---|---|
Equality(QueryPool, QueryPool) | ||
Equality(QueryPool, UInt64) | ||
(UInt64 to QueryPool) | ||
Inequality(QueryPool, QueryPool) | ||
Inequality(QueryPool, UInt64) |
Name | Description | |
---|---|---|
SetName |
Sets the debug name of the QueryPool so that the name can be read in a graphics debugger.
(Defined by Extensions) |