Struct vulkanalia_sys::PhysicalDeviceRayTracingPipelinePropertiesKHR[][src]

#[repr(C)]pub struct PhysicalDeviceRayTracingPipelinePropertiesKHR {
    pub s_type: StructureType,
    pub next: *mut c_void,
    pub shader_group_handle_size: u32,
    pub max_ray_recursion_depth: u32,
    pub max_shader_group_stride: u32,
    pub shader_group_base_alignment: u32,
    pub shader_group_handle_capture_replay_size: u32,
    pub max_ray_dispatch_invocation_count: u32,
    pub shader_group_handle_alignment: u32,
    pub max_ray_hit_attribute_size: u32,
}

Fields

s_type: StructureTypenext: *mut c_voidshader_group_handle_size: u32max_ray_recursion_depth: u32max_shader_group_stride: u32shader_group_base_alignment: u32shader_group_handle_capture_replay_size: u32max_ray_dispatch_invocation_count: u32shader_group_handle_alignment: u32max_ray_hit_attribute_size: u32

Trait Implementations

impl Clone for PhysicalDeviceRayTracingPipelinePropertiesKHR[src]

impl Copy for PhysicalDeviceRayTracingPipelinePropertiesKHR[src]

impl Debug for PhysicalDeviceRayTracingPipelinePropertiesKHR[src]

impl Default for PhysicalDeviceRayTracingPipelinePropertiesKHR[src]

impl Eq for PhysicalDeviceRayTracingPipelinePropertiesKHR[src]

impl Hash for PhysicalDeviceRayTracingPipelinePropertiesKHR[src]

impl PartialEq<PhysicalDeviceRayTracingPipelinePropertiesKHR> for PhysicalDeviceRayTracingPipelinePropertiesKHR[src]

impl StructuralEq for PhysicalDeviceRayTracingPipelinePropertiesKHR[src]

impl StructuralPartialEq for PhysicalDeviceRayTracingPipelinePropertiesKHR[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.