Struct vks::VkIndirectCommandsLayoutCreateInfoNVX [] [src]

#[repr(C)]
pub struct VkIndirectCommandsLayoutCreateInfoNVX { pub sType: VkStructureType, pub pNext: *const c_void, pub pipelineBindPoint: VkPipelineBindPoint, pub flags: VkIndirectCommandsLayoutUsageFlagsNVX, pub tokenCount: u32, pub pTokens: *const VkIndirectCommandsLayoutTokenNVX, }

Fields

Trait Implementations

impl Debug for VkIndirectCommandsLayoutCreateInfoNVX
[src]

Formats the value using the given formatter.

impl Copy for VkIndirectCommandsLayoutCreateInfoNVX
[src]

impl Clone for VkIndirectCommandsLayoutCreateInfoNVX
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkIndirectCommandsLayoutCreateInfoNVX
[src]

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