Enum vulkano::command_buffer::sys::KindOcclusionQuery [] [src]

pub enum KindOcclusionQuery {
    Allowed {
        control_precise_allowed: bool,
    },
    Forbidden,
}

Additional information for Kind::Secondary.

Variants

It is allowed to have an active occlusion query in the primary command buffer when executing this secondary command buffer.

The inherited_queries feature must be enabled on the device for this to be a valid option.

Fields of Allowed

The occlusion query can have the control_precise flag.

It is forbidden to have an active occlusion query.

Trait Implementations

impl Debug for KindOcclusionQuery
[src]

Formats the value using the given formatter.

impl Copy for KindOcclusionQuery
[src]

impl Clone for KindOcclusionQuery
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more