Struct ash::vk::GeometryDataNV
source · #[repr(C)]pub struct GeometryDataNV {
pub triangles: GeometryTrianglesNV,
pub aabbs: GeometryAABBNV,
}Expand description
Fields§
§triangles: GeometryTrianglesNV§aabbs: GeometryAABBNVImplementations§
source§impl GeometryDataNV
impl GeometryDataNV
pub fn builder<'a>() -> GeometryDataNVBuilder<'a>
Trait Implementations§
source§impl Clone for GeometryDataNV
impl Clone for GeometryDataNV
source§fn clone(&self) -> GeometryDataNV
fn clone(&self) -> GeometryDataNV
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 GeometryDataNV
impl Debug for GeometryDataNV
source§impl Default for GeometryDataNV
impl Default for GeometryDataNV
source§fn default() -> GeometryDataNV
fn default() -> GeometryDataNV
Returns the “default value” for a type. Read more