Struct ash::vk::RayTracingShaderGroupCreateInfoKHR [−][src]
#[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: StructureTypep_next: *const c_voidty: RayTracingShaderGroupTypeKHRgeneral_shader: u32closest_hit_shader: u32any_hit_shader: u32intersection_shader: u32p_shader_group_capture_replay_handle: *const c_voidImplementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !Send for RayTracingShaderGroupCreateInfoKHR
impl !Sync for RayTracingShaderGroupCreateInfoKHR
impl Unpin for RayTracingShaderGroupCreateInfoKHR
Blanket Implementations
Mutably borrows from an owned value. Read more