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

pub struct Queue { /* fields omitted */ }

Represents a queue where commands can be submitted.

Methods

impl Queue
[src]

[src]

Returns the device this queue belongs to.

[src]

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

[src]

Returns the family this queue belongs to.

[src]

Returns the index of this queue within its family.

[src]

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]

[src]

Formats the value using the given formatter.

impl DeviceOwned for Queue
[src]

[src]

Returns the device that owns Self.

impl SynchronizedVulkanObject for Queue
[src]

The type of the object.

[src]

Returns a reference to the object.