Struct voodoo::Queue [] [src]

pub struct Queue { /* fields omitted */ }

Methods

impl Queue
[src]

[src]

Returns a reference to this object's associated device.

[src]

Returns this queue's family index.

[src]

Returns this queue's index within its family.

[src]

Submits a sequence of semaphores or command buffers to this queue.

[src]

Waits for this queue to become idle.

[src]

Binds device memory to a sparse resource object.

https://www.khronos.org/registry/vulkan/specs/1.0/man/html/vkQueueBindSparse.html

[src]

Queues an image for presentation.

https://manned.org/vkQueuePresentKHR.3

Trait Implementations

impl Clone for Queue
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Queue
[src]

[src]

Formats the value using the given formatter. Read more

impl<'a> Handle for &'a Queue
[src]

[src]

Returns this object's handle.

Auto Trait Implementations

impl !Send for Queue

impl !Sync for Queue