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