#[repr(C)]pub struct ClusterAccelerationStructureCommandsInfoNV {
pub s_type: StructureType,
pub next: *mut c_void,
pub input: ClusterAccelerationStructureInputInfoNV,
pub dst_implicit_data: DeviceAddress,
pub scratch_data: DeviceAddress,
pub dst_addresses_array: StridedDeviceAddressRegionKHR,
pub dst_sizes_array: StridedDeviceAddressRegionKHR,
pub src_infos_array: StridedDeviceAddressRegionKHR,
pub src_infos_count: DeviceAddress,
pub address_resolution_flags: ClusterAccelerationStructureAddressResolutionFlagsNV,
}Expand description
Fields§
§s_type: StructureType§next: *mut c_void§input: ClusterAccelerationStructureInputInfoNV§dst_implicit_data: DeviceAddress§scratch_data: DeviceAddress§dst_addresses_array: StridedDeviceAddressRegionKHR§dst_sizes_array: StridedDeviceAddressRegionKHR§src_infos_array: StridedDeviceAddressRegionKHR§src_infos_count: DeviceAddress§address_resolution_flags: ClusterAccelerationStructureAddressResolutionFlagsNVTrait Implementations§
Source§impl Clone for ClusterAccelerationStructureCommandsInfoNV
impl Clone for ClusterAccelerationStructureCommandsInfoNV
Source§fn clone(&self) -> ClusterAccelerationStructureCommandsInfoNV
fn clone(&self) -> ClusterAccelerationStructureCommandsInfoNV
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 ClusterAccelerationStructureCommandsInfoNV
impl Send for ClusterAccelerationStructureCommandsInfoNV
impl Sync for ClusterAccelerationStructureCommandsInfoNV
Auto Trait Implementations§
impl Freeze for ClusterAccelerationStructureCommandsInfoNV
impl RefUnwindSafe for ClusterAccelerationStructureCommandsInfoNV
impl Unpin for ClusterAccelerationStructureCommandsInfoNV
impl UnwindSafe for ClusterAccelerationStructureCommandsInfoNV
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