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