Struct ash::vk::GeometryAABBNV [−][src]
#[repr(C)]pub struct GeometryAABBNV { pub s_type: StructureType, pub p_next: *const c_void, pub aabb_data: Buffer, pub num_aab_bs: u32, pub stride: u32, pub offset: DeviceSize, }
Expand description
Fields
s_type: StructureType
p_next: *const c_void
aabb_data: Buffer
num_aab_bs: u32
stride: u32
offset: DeviceSize
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for GeometryAABBNV
impl !Send for GeometryAABBNV
impl !Sync for GeometryAABBNV
impl Unpin for GeometryAABBNV
impl UnwindSafe for GeometryAABBNV
Blanket Implementations
Mutably borrows from an owned value. Read more