#[repr(transparent)]pub struct RayTracingPipelineInterfaceCreateInfoKHRBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> RayTracingPipelineInterfaceCreateInfoKHRBuilder<'a>
impl<'a> RayTracingPipelineInterfaceCreateInfoKHRBuilder<'a>
pub fn max_pipeline_ray_payload_size( self, max_pipeline_ray_payload_size: u32 ) -> Self
pub fn max_pipeline_ray_hit_attribute_size( self, max_pipeline_ray_hit_attribute_size: u32 ) -> Self
sourcepub fn build(self) -> RayTracingPipelineInterfaceCreateInfoKHR
pub fn build(self) -> RayTracingPipelineInterfaceCreateInfoKHR
Calling build will discard all the lifetime information. Only call this if
necessary! Builders implement Deref
targeting their corresponding Vulkan struct,
so references to builders can be passed directly to Vulkan functions.