#[repr(C)]pub struct AccelerationStructureGeometryLinearSweptSpheresDataNV {Show 13 fields
pub s_type: StructureType,
pub next: *const c_void,
pub vertex_format: Format,
pub vertex_data: DeviceOrHostAddressConstKHR,
pub vertex_stride: DeviceSize,
pub radius_format: Format,
pub radius_data: DeviceOrHostAddressConstKHR,
pub radius_stride: DeviceSize,
pub index_type: IndexType,
pub index_data: DeviceOrHostAddressConstKHR,
pub index_stride: DeviceSize,
pub indexing_mode: RayTracingLssIndexingModeNV,
pub end_caps_mode: RayTracingLssPrimitiveEndCapsModeNV,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§vertex_format: Format§vertex_data: DeviceOrHostAddressConstKHR§vertex_stride: DeviceSize§radius_format: Format§radius_data: DeviceOrHostAddressConstKHR§radius_stride: DeviceSize§index_type: IndexType§index_data: DeviceOrHostAddressConstKHR§index_stride: DeviceSize§indexing_mode: RayTracingLssIndexingModeNV§end_caps_mode: RayTracingLssPrimitiveEndCapsModeNVTrait Implementations§
Source§impl Clone for AccelerationStructureGeometryLinearSweptSpheresDataNV
impl Clone for AccelerationStructureGeometryLinearSweptSpheresDataNV
Source§fn clone(&self) -> AccelerationStructureGeometryLinearSweptSpheresDataNV
fn clone(&self) -> AccelerationStructureGeometryLinearSweptSpheresDataNV
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 AccelerationStructureGeometryLinearSweptSpheresDataNV
impl Send for AccelerationStructureGeometryLinearSweptSpheresDataNV
impl Sync for AccelerationStructureGeometryLinearSweptSpheresDataNV
Auto Trait Implementations§
impl Freeze for AccelerationStructureGeometryLinearSweptSpheresDataNV
impl RefUnwindSafe for AccelerationStructureGeometryLinearSweptSpheresDataNV
impl Unpin for AccelerationStructureGeometryLinearSweptSpheresDataNV
impl UnwindSafe for AccelerationStructureGeometryLinearSweptSpheresDataNV
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