Struct ash::vk::RayTracingPipelineInterfaceCreateInfoKHR  
source · #[repr(C)]pub struct RayTracingPipelineInterfaceCreateInfoKHR {
    pub s_type: StructureType,
    pub p_next: *const c_void,
    pub max_pipeline_ray_payload_size: u32,
    pub max_pipeline_ray_hit_attribute_size: u32,
}Expand description
Fields§
§s_type: StructureType§p_next: *const c_void§max_pipeline_ray_payload_size: u32§max_pipeline_ray_hit_attribute_size: u32Implementations§
Trait Implementations§
source§impl Clone for RayTracingPipelineInterfaceCreateInfoKHR
 
impl Clone for RayTracingPipelineInterfaceCreateInfoKHR
source§fn clone(&self) -> RayTracingPipelineInterfaceCreateInfoKHR
 
fn clone(&self) -> RayTracingPipelineInterfaceCreateInfoKHR
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