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