#[repr(C)]pub struct TraceRaysIndirectCommandKHR {
pub width: u32,
pub height: u32,
pub depth: u32,
}Expand description
VkTraceRaysIndirectCommandKHR
Provided by VK_KHR_ray_tracing_pipeline.
Fields§
§width: u32§height: u32§depth: u32Implementations§
Source§impl TraceRaysIndirectCommandKHR
impl TraceRaysIndirectCommandKHR
Sourcepub fn builder() -> TraceRaysIndirectCommandKHRBuilder
pub fn builder() -> TraceRaysIndirectCommandKHRBuilder
Start building this struct.
Trait Implementations§
Source§impl Clone for TraceRaysIndirectCommandKHR
impl Clone for TraceRaysIndirectCommandKHR
Source§fn clone(&self) -> TraceRaysIndirectCommandKHR
fn clone(&self) -> TraceRaysIndirectCommandKHR
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 moreSource§impl Debug for TraceRaysIndirectCommandKHR
impl Debug for TraceRaysIndirectCommandKHR
impl Copy for TraceRaysIndirectCommandKHR
Auto Trait Implementations§
impl Freeze for TraceRaysIndirectCommandKHR
impl RefUnwindSafe for TraceRaysIndirectCommandKHR
impl Send for TraceRaysIndirectCommandKHR
impl Sync for TraceRaysIndirectCommandKHR
impl Unpin for TraceRaysIndirectCommandKHR
impl UnsafeUnpin for TraceRaysIndirectCommandKHR
impl UnwindSafe for TraceRaysIndirectCommandKHR
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