Struct vulkanalia_sys::GeometryTrianglesNV
source · [−]#[repr(C)]pub struct GeometryTrianglesNV {Show 13 fields
pub s_type: StructureType,
pub 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: StructureTypenext: *const c_voidvertex_data: Buffervertex_offset: DeviceSizevertex_count: u32vertex_stride: DeviceSizevertex_format: Formatindex_data: Bufferindex_offset: DeviceSizeindex_count: u32index_type: IndexTypetransform_data: Buffertransform_offset: DeviceSizeTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
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