Struct ash::vk::BindVertexBufferIndirectCommandNV
source · #[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§
source§impl BindVertexBufferIndirectCommandNV
impl BindVertexBufferIndirectCommandNV
pub fn builder<'a>() -> BindVertexBufferIndirectCommandNVBuilder<'a>
Trait Implementations§
source§impl Clone for BindVertexBufferIndirectCommandNV
impl Clone for BindVertexBufferIndirectCommandNV
source§fn clone(&self) -> BindVertexBufferIndirectCommandNV
fn clone(&self) -> BindVertexBufferIndirectCommandNV
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 BindVertexBufferIndirectCommandNV
impl Default for BindVertexBufferIndirectCommandNV
source§fn default() -> BindVertexBufferIndirectCommandNV
fn default() -> BindVertexBufferIndirectCommandNV
Returns the “default value” for a type. Read more