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: u32
Implementations§
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 moresource§impl TaggedStructure for RayTracingPipelineInterfaceCreateInfoKHR
impl TaggedStructure for RayTracingPipelineInterfaceCreateInfoKHR
const STRUCTURE_TYPE: StructureType = StructureType::RAY_TRACING_PIPELINE_INTERFACE_CREATE_INFO_KHR
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 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