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: StructureTypep_next: *const c_voidcompacted_size: DeviceSizeinfo: AccelerationStructureInfoNVImplementations
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