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