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: DeviceSize
Implementations§
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 moresource§impl Debug for GeometryTrianglesNV
impl Debug for GeometryTrianglesNV
source§impl Default for GeometryTrianglesNV
impl Default for GeometryTrianglesNV
source§impl TaggedStructure for GeometryTrianglesNV
impl TaggedStructure for GeometryTrianglesNV
const STRUCTURE_TYPE: StructureType = StructureType::GEOMETRY_TRIANGLES_NV
impl Copy for GeometryTrianglesNV
Auto Trait Implementations§
impl Freeze for GeometryTrianglesNV
impl RefUnwindSafe for GeometryTrianglesNV
impl !Send for GeometryTrianglesNV
impl !Sync for GeometryTrianglesNV
impl Unpin for GeometryTrianglesNV
impl UnwindSafe for GeometryTrianglesNV
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more