#[repr(C)]pub struct AccelerationStructureCreateInfoNV {
pub s_type: StructureType,
pub p_next: *const c_void,
pub compacted_size: u64,
pub info: AccelerationStructureInfoNV,
}Expand description
VkAccelerationStructureCreateInfoNV
Provided by VK_NV_ray_tracing.
§Extended By
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_ACCELERATION_STRUCTURE_CREATE_INFO_NV.
p_next: *const c_voidOptional, may be null.
compacted_size: u64§info: AccelerationStructureInfoNVImplementations§
Source§impl AccelerationStructureCreateInfoNV
impl AccelerationStructureCreateInfoNV
Sourcepub fn builder<'a>() -> AccelerationStructureCreateInfoNVBuilder<'a>
pub fn builder<'a>() -> AccelerationStructureCreateInfoNVBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for AccelerationStructureCreateInfoNV
impl Clone for AccelerationStructureCreateInfoNV
Source§fn clone(&self) -> AccelerationStructureCreateInfoNV
fn clone(&self) -> AccelerationStructureCreateInfoNV
Returns a duplicate 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 moreimpl Copy for AccelerationStructureCreateInfoNV
Auto Trait Implementations§
impl Freeze for AccelerationStructureCreateInfoNV
impl RefUnwindSafe for AccelerationStructureCreateInfoNV
impl !Send for AccelerationStructureCreateInfoNV
impl !Sync for AccelerationStructureCreateInfoNV
impl Unpin for AccelerationStructureCreateInfoNV
impl UnsafeUnpin for AccelerationStructureCreateInfoNV
impl UnwindSafe for AccelerationStructureCreateInfoNV
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more