[][src]Struct vulkanalia::vk::PhysicalDeviceRayTracingPropertiesNV

#[repr(C)]pub struct PhysicalDeviceRayTracingPropertiesNV {
    pub s_type: StructureType,
    pub next: *mut c_void,
    pub shader_group_handle_size: u32,
    pub max_recursion_depth: u32,
    pub max_shader_group_stride: u32,
    pub shader_group_base_alignment: u32,
    pub max_geometry_count: u64,
    pub max_instance_count: u64,
    pub max_triangle_count: u64,
    pub max_descriptor_set_acceleration_structures: u32,
}

Fields

s_type: StructureTypenext: *mut c_voidshader_group_handle_size: u32max_recursion_depth: u32max_shader_group_stride: u32shader_group_base_alignment: u32max_geometry_count: u64max_instance_count: u64max_triangle_count: u64max_descriptor_set_acceleration_structures: u32

Trait Implementations

impl Cast for PhysicalDeviceRayTracingPropertiesNV[src]

type Target = PhysicalDeviceRayTracingPropertiesNV

The other type this type type can be used interchangeably with in FFI.

impl Clone for PhysicalDeviceRayTracingPropertiesNV[src]

impl Copy for PhysicalDeviceRayTracingPropertiesNV[src]

impl Debug for PhysicalDeviceRayTracingPropertiesNV[src]

impl Default for PhysicalDeviceRayTracingPropertiesNV[src]

impl Eq for PhysicalDeviceRayTracingPropertiesNV[src]

impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceRayTracingPropertiesNV[src]

impl HasBuilder<'static> for PhysicalDeviceRayTracingPropertiesNV[src]

type Builder = PhysicalDeviceRayTracingPropertiesNVBuilder

The associated builder for this type.

impl Hash for PhysicalDeviceRayTracingPropertiesNV[src]

impl PartialEq<PhysicalDeviceRayTracingPropertiesNV> for PhysicalDeviceRayTracingPropertiesNV[src]

impl StructuralEq for PhysicalDeviceRayTracingPropertiesNV[src]

impl StructuralPartialEq for PhysicalDeviceRayTracingPropertiesNV[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.