Struct ash::vk::GeometryNV
source · #[repr(C)]pub struct GeometryNV {
pub s_type: StructureType,
pub p_next: *const c_void,
pub geometry_type: GeometryTypeKHR,
pub geometry: GeometryDataNV,
pub flags: GeometryFlagsKHR,
}Expand description
Fields§
§s_type: StructureType§p_next: *const c_void§geometry_type: GeometryTypeKHR§geometry: GeometryDataNV§flags: GeometryFlagsKHRImplementations§
source§impl GeometryNV
impl GeometryNV
pub fn builder<'a>() -> GeometryNVBuilder<'a>
Trait Implementations§
source§impl Clone for GeometryNV
impl Clone for GeometryNV
source§fn clone(&self) -> GeometryNV
fn clone(&self) -> GeometryNV
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