Struct ash::vk::TraceRaysIndirectCommand2KHR
source · #[repr(C)]pub struct TraceRaysIndirectCommand2KHR {Show 14 fields
pub raygen_shader_record_address: DeviceAddress,
pub raygen_shader_record_size: DeviceSize,
pub miss_shader_binding_table_address: DeviceAddress,
pub miss_shader_binding_table_size: DeviceSize,
pub miss_shader_binding_table_stride: DeviceSize,
pub hit_shader_binding_table_address: DeviceAddress,
pub hit_shader_binding_table_size: DeviceSize,
pub hit_shader_binding_table_stride: DeviceSize,
pub callable_shader_binding_table_address: DeviceAddress,
pub callable_shader_binding_table_size: DeviceSize,
pub callable_shader_binding_table_stride: DeviceSize,
pub width: u32,
pub height: u32,
pub depth: u32,
}
Expand description
Fields§
§raygen_shader_record_address: DeviceAddress
§raygen_shader_record_size: DeviceSize
§miss_shader_binding_table_address: DeviceAddress
§miss_shader_binding_table_size: DeviceSize
§miss_shader_binding_table_stride: DeviceSize
§hit_shader_binding_table_address: DeviceAddress
§hit_shader_binding_table_size: DeviceSize
§hit_shader_binding_table_stride: DeviceSize
§callable_shader_binding_table_address: DeviceAddress
§callable_shader_binding_table_size: DeviceSize
§callable_shader_binding_table_stride: DeviceSize
§width: u32
§height: u32
§depth: u32
Implementations§
source§impl TraceRaysIndirectCommand2KHR
impl TraceRaysIndirectCommand2KHR
pub fn builder<'a>() -> TraceRaysIndirectCommand2KHRBuilder<'a>
Trait Implementations§
source§impl Clone for TraceRaysIndirectCommand2KHR
impl Clone for TraceRaysIndirectCommand2KHR
source§fn clone(&self) -> TraceRaysIndirectCommand2KHR
fn clone(&self) -> TraceRaysIndirectCommand2KHR
Returns a copy 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 TraceRaysIndirectCommand2KHR
impl Debug for TraceRaysIndirectCommand2KHR
source§impl Default for TraceRaysIndirectCommand2KHR
impl Default for TraceRaysIndirectCommand2KHR
source§fn default() -> TraceRaysIndirectCommand2KHR
fn default() -> TraceRaysIndirectCommand2KHR
Returns the “default value” for a type. Read more
impl 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