Struct ash::vk::RayTracingShaderGroupCreateInfoKHR
source · #[repr(C)]pub struct RayTracingShaderGroupCreateInfoKHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub ty: RayTracingShaderGroupTypeKHR,
pub general_shader: u32,
pub closest_hit_shader: u32,
pub any_hit_shader: u32,
pub intersection_shader: u32,
pub p_shader_group_capture_replay_handle: *const c_void,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§ty: RayTracingShaderGroupTypeKHR
§general_shader: u32
§closest_hit_shader: u32
§any_hit_shader: u32
§intersection_shader: u32
§p_shader_group_capture_replay_handle: *const c_void
Implementations§
source§impl RayTracingShaderGroupCreateInfoKHR
impl RayTracingShaderGroupCreateInfoKHR
pub fn builder<'a>() -> RayTracingShaderGroupCreateInfoKHRBuilder<'a>
Trait Implementations§
source§impl Clone for RayTracingShaderGroupCreateInfoKHR
impl Clone for RayTracingShaderGroupCreateInfoKHR
source§fn clone(&self) -> RayTracingShaderGroupCreateInfoKHR
fn clone(&self) -> RayTracingShaderGroupCreateInfoKHR
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 more