Struct vulkan_rs::VkIndirectCommandsLayoutTokenNVX [] [src]

#[repr(C)]
pub struct VkIndirectCommandsLayoutTokenNVX { pub tokenType: VkIndirectCommandsTokenTypeNVX, pub bindingUnit: u32, pub dynamicCount: u32, pub divisor: u32, }

Struct specifying the details of an indirect command layout token

Fields

Trait Implementations

impl Copy for VkIndirectCommandsLayoutTokenNVX
[src]

impl Clone for VkIndirectCommandsLayoutTokenNVX
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkIndirectCommandsLayoutTokenNVX
[src]

Returns the "default value" for a type. Read more