Struct vkxml::Commands
[−]
[src]
pub struct Commands {
pub notation: Option<Notation>,
pub elements: Vec<Command>,
}Defines a list of Vulkan entrypoints.
Fields
notation: Option<Notation>
elements: Vec<Command>