Struct ash::vk::RayTracingShaderGroupCreateInfoNV [−][src]
#[repr(C)]pub struct RayTracingShaderGroupCreateInfoNV { 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, }
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
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !Send for RayTracingShaderGroupCreateInfoNV
impl !Sync for RayTracingShaderGroupCreateInfoNV
impl Unpin for RayTracingShaderGroupCreateInfoNV
Blanket Implementations
Mutably borrows from an owned value. Read more