Struct vulkano::command_buffer::Submission [] [src]

#[must_use]
pub struct Submission {
    // some fields omitted
}

Methods

impl Submission
[src]

Returns true if destroying this Submission object would block the CPU for some time.

Returns true if the GPU has finished executing this submission.

Waits until the submission has finished being executed by the device.

Returns the queue the command buffers were submitted to.

Trait Implementations

impl Debug for Submission
[src]

Formats the value using the given formatter.

impl Drop for Submission
[src]

A method called when the value goes out of scope. Read more