Struct ash::vk::TraceRaysIndirectCommandKHR [−][src]
#[repr(C)]pub struct TraceRaysIndirectCommandKHR { pub width: u32, pub height: u32, pub depth: u32, }
Expand description
Fields
width: u32
height: u32
depth: u32
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for TraceRaysIndirectCommandKHR
impl Send for TraceRaysIndirectCommandKHR
impl Sync for TraceRaysIndirectCommandKHR
impl Unpin for TraceRaysIndirectCommandKHR
impl UnwindSafe for TraceRaysIndirectCommandKHR
Blanket Implementations
Mutably borrows from an owned value. Read more