Struct wgpu_hal::vulkan::RawTlasInstance
source · #[repr(C)]struct RawTlasInstance {
transform: [f32; 12],
custom_index_and_mask: u32,
shader_binding_table_record_offset_and_flags: u32,
acceleration_structure_reference: u64,
}
Fields§
§transform: [f32; 12]
§custom_index_and_mask: u32
§shader_binding_table_record_offset_and_flags: u32
§acceleration_structure_reference: u64
Trait Implementations§
source§impl Clone for RawTlasInstance
impl Clone for RawTlasInstance
source§fn clone(&self) -> RawTlasInstance
fn clone(&self) -> RawTlasInstance
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 moreAuto Trait Implementations§
impl Freeze for RawTlasInstance
impl RefUnwindSafe for RawTlasInstance
impl Send for RawTlasInstance
impl Sync for RawTlasInstance
impl Unpin for RawTlasInstance
impl UnwindSafe for RawTlasInstance
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)