Struct ash::vk::GeometryTrianglesNV  
source · #[repr(C)]pub struct GeometryTrianglesNV {Show 13 fields
    pub s_type: StructureType,
    pub p_next: *const c_void,
    pub vertex_data: Buffer,
    pub vertex_offset: DeviceSize,
    pub vertex_count: u32,
    pub vertex_stride: DeviceSize,
    pub vertex_format: Format,
    pub index_data: Buffer,
    pub index_offset: DeviceSize,
    pub index_count: u32,
    pub index_type: IndexType,
    pub transform_data: Buffer,
    pub transform_offset: DeviceSize,
}Expand description
Fields§
§s_type: StructureType§p_next: *const c_void§vertex_data: Buffer§vertex_offset: DeviceSize§vertex_count: u32§vertex_stride: DeviceSize§vertex_format: Format§index_data: Buffer§index_offset: DeviceSize§index_count: u32§index_type: IndexType§transform_data: Buffer§transform_offset: DeviceSizeImplementations§
source§impl GeometryTrianglesNV
 
impl GeometryTrianglesNV
pub fn builder<'a>() -> GeometryTrianglesNVBuilder<'a>
Trait Implementations§
source§impl Clone for GeometryTrianglesNV
 
impl Clone for GeometryTrianglesNV
source§fn clone(&self) -> GeometryTrianglesNV
 
fn clone(&self) -> GeometryTrianglesNV
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 more