Struct ash::vk::BindIndexBufferIndirectCommandNV
source · #[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§
source§impl BindIndexBufferIndirectCommandNV
impl BindIndexBufferIndirectCommandNV
pub fn builder<'a>() -> BindIndexBufferIndirectCommandNVBuilder<'a>
Trait Implementations§
source§impl Clone for BindIndexBufferIndirectCommandNV
impl Clone for BindIndexBufferIndirectCommandNV
source§fn clone(&self) -> BindIndexBufferIndirectCommandNV
fn clone(&self) -> BindIndexBufferIndirectCommandNV
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for BindIndexBufferIndirectCommandNV
impl Default for BindIndexBufferIndirectCommandNV
source§fn default() -> BindIndexBufferIndirectCommandNV
fn default() -> BindIndexBufferIndirectCommandNV
Returns the “default value” for a type. Read more