Enum vkxml::Renderpass [] [src]

pub enum Renderpass {
    Inside,
    Outside,
    Both,
}

Variants

Trait Implementations

impl Debug for Renderpass
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Renderpass

impl Sync for Renderpass