pub struct TraceRaysIndirectCommand2KHRBuilder { /* private fields */ }Expand description
Builder for TraceRaysIndirectCommand2KHR.
Implementations§
Source§impl TraceRaysIndirectCommand2KHRBuilder
impl TraceRaysIndirectCommand2KHRBuilder
pub fn raygen_shader_record_address(self, value: u64) -> Self
pub fn raygen_shader_record_size(self, value: u64) -> Self
pub fn miss_shader_binding_table_address(self, value: u64) -> Self
pub fn miss_shader_binding_table_size(self, value: u64) -> Self
pub fn miss_shader_binding_table_stride(self, value: u64) -> Self
pub fn hit_shader_binding_table_address(self, value: u64) -> Self
pub fn hit_shader_binding_table_size(self, value: u64) -> Self
pub fn hit_shader_binding_table_stride(self, value: u64) -> Self
pub fn callable_shader_binding_table_address(self, value: u64) -> Self
pub fn callable_shader_binding_table_size(self, value: u64) -> Self
pub fn callable_shader_binding_table_stride(self, value: u64) -> Self
pub fn width(self, value: u32) -> Self
pub fn height(self, value: u32) -> Self
pub fn depth(self, value: u32) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TraceRaysIndirectCommand2KHRBuilder
impl RefUnwindSafe for TraceRaysIndirectCommand2KHRBuilder
impl Send for TraceRaysIndirectCommand2KHRBuilder
impl Sync for TraceRaysIndirectCommand2KHRBuilder
impl Unpin for TraceRaysIndirectCommand2KHRBuilder
impl UnsafeUnpin for TraceRaysIndirectCommand2KHRBuilder
impl UnwindSafe for TraceRaysIndirectCommand2KHRBuilder
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