Struct ash::vk::BindIndexBufferIndirectCommandNV [−][src]
#[repr(C)]pub struct BindIndexBufferIndirectCommandNV { pub buffer_address: DeviceAddress, pub size: u32, pub index_type: IndexType, }
Expand description
Fields
buffer_address: DeviceAddress
size: u32
index_type: IndexType
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl Send for BindIndexBufferIndirectCommandNV
impl Sync for BindIndexBufferIndirectCommandNV
impl Unpin for BindIndexBufferIndirectCommandNV
Blanket Implementations
Mutably borrows from an owned value. Read more