Struct ash::vk::RayTracingPipelineInterfaceCreateInfoKHR [−][src]
#[repr(C)]pub struct RayTracingPipelineInterfaceCreateInfoKHR { pub s_type: StructureType, pub p_next: *const c_void, pub max_payload_size: u32, pub max_attribute_size: u32, pub max_callable_size: u32, }
Expand description
Fields
s_type: StructureType
p_next: *const c_void
max_payload_size: u32
max_attribute_size: u32
max_callable_size: u32
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !Send for RayTracingPipelineInterfaceCreateInfoKHR
impl !Sync for RayTracingPipelineInterfaceCreateInfoKHR
Blanket Implementations
Mutably borrows from an owned value. Read more