Struct vulkano::device::Queue [] [src]

pub struct Queue { /* fields omitted */ }

Represents a queue where commands can be submitted.

Methods

impl Queue
[src]

Returns the device this queue belongs to.

Returns true if this is the same queue as another one.

Returns the family this queue belongs to.

Returns the index of this queue within its family.

Waits until all work on this queue has finished.

Just like Device::wait(), you shouldn't have to call this function in a typical program.

Trait Implementations

impl Debug for Queue
[src]

Formats the value using the given formatter.

impl SynchronizedVulkanObject for Queue
[src]

The type of the object.

Returns a reference to the object.