Struct ash::vk::GeometryTrianglesNV [−][src]
#[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: DeviceSize
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for GeometryTrianglesNV
impl !Send for GeometryTrianglesNV
impl !Sync for GeometryTrianglesNV
impl Unpin for GeometryTrianglesNV
impl UnwindSafe for GeometryTrianglesNV
Blanket Implementations
Mutably borrows from an owned value. Read more