#[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
VkRayTracingPipelineInterfaceCreateInfoKHR
Provided by VK_KHR_ray_tracing_pipeline.
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_RAY_TRACING_PIPELINE_INTERFACE_CREATE_INFO_KHR.
p_next: *const c_voidOptional, may be null.
max_pipeline_ray_payload_size: u32§max_pipeline_ray_hit_attribute_size: u32Implementations§
Source§impl RayTracingPipelineInterfaceCreateInfoKHR
impl RayTracingPipelineInterfaceCreateInfoKHR
Sourcepub fn builder<'a>() -> RayTracingPipelineInterfaceCreateInfoKHRBuilder<'a>
pub fn builder<'a>() -> RayTracingPipelineInterfaceCreateInfoKHRBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for RayTracingPipelineInterfaceCreateInfoKHR
impl Clone for RayTracingPipelineInterfaceCreateInfoKHR
Source§fn clone(&self) -> RayTracingPipelineInterfaceCreateInfoKHR
fn clone(&self) -> RayTracingPipelineInterfaceCreateInfoKHR
Returns a duplicate 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 moreSource§impl Default for RayTracingPipelineInterfaceCreateInfoKHR
impl Default for RayTracingPipelineInterfaceCreateInfoKHR
Source§fn default() -> RayTracingPipelineInterfaceCreateInfoKHR
fn default() -> RayTracingPipelineInterfaceCreateInfoKHR
Returns the “default value” for a type. Read more
impl Copy for RayTracingPipelineInterfaceCreateInfoKHR
Auto Trait Implementations§
impl Freeze for RayTracingPipelineInterfaceCreateInfoKHR
impl RefUnwindSafe for RayTracingPipelineInterfaceCreateInfoKHR
impl !Send for RayTracingPipelineInterfaceCreateInfoKHR
impl !Sync for RayTracingPipelineInterfaceCreateInfoKHR
impl Unpin for RayTracingPipelineInterfaceCreateInfoKHR
impl UnsafeUnpin for RayTracingPipelineInterfaceCreateInfoKHR
impl UnwindSafe for RayTracingPipelineInterfaceCreateInfoKHR
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more