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