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