#[repr(C)]pub struct TraceRaysIndirectCommand2KHR {Show 14 fields
pub raygenShaderRecordAddress: DeviceAddress,
pub raygenShaderRecordSize: DeviceSize,
pub missShaderBindingTableAddress: DeviceAddress,
pub missShaderBindingTableSize: DeviceSize,
pub missShaderBindingTableStride: DeviceSize,
pub hitShaderBindingTableAddress: DeviceAddress,
pub hitShaderBindingTableSize: DeviceSize,
pub hitShaderBindingTableStride: DeviceSize,
pub callableShaderBindingTableAddress: DeviceAddress,
pub callableShaderBindingTableSize: DeviceSize,
pub callableShaderBindingTableStride: DeviceSize,
pub width: u32,
pub height: u32,
pub depth: u32,
}Fields§
§raygenShaderRecordAddress: DeviceAddress§raygenShaderRecordSize: DeviceSize§missShaderBindingTableAddress: DeviceAddress§missShaderBindingTableSize: DeviceSize§missShaderBindingTableStride: DeviceSize§hitShaderBindingTableAddress: DeviceAddress§hitShaderBindingTableSize: DeviceSize§hitShaderBindingTableStride: DeviceSize§callableShaderBindingTableAddress: DeviceAddress§callableShaderBindingTableSize: DeviceSize§callableShaderBindingTableStride: DeviceSize§width: u32§height: u32§depth: u32Trait Implementations§
Source§impl Clone for TraceRaysIndirectCommand2KHR
impl Clone for TraceRaysIndirectCommand2KHR
Source§fn clone(&self) -> TraceRaysIndirectCommand2KHR
fn clone(&self) -> TraceRaysIndirectCommand2KHR
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 TraceRaysIndirectCommand2KHR
Auto Trait Implementations§
impl Freeze for TraceRaysIndirectCommand2KHR
impl RefUnwindSafe for TraceRaysIndirectCommand2KHR
impl Send for TraceRaysIndirectCommand2KHR
impl Sync for TraceRaysIndirectCommand2KHR
impl Unpin for TraceRaysIndirectCommand2KHR
impl UnwindSafe for TraceRaysIndirectCommand2KHR
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