Struct ash::vk::PhysicalDeviceRayTracingPropertiesKHRBuilder [−][src]
#[repr(transparent)]pub struct PhysicalDeviceRayTracingPropertiesKHRBuilder<'a> { /* fields omitted */ }
Implementations
pub fn shader_group_handle_size(
self,
shader_group_handle_size: u32
) -> PhysicalDeviceRayTracingPropertiesKHRBuilder<'a>
pub fn max_recursion_depth(
self,
max_recursion_depth: u32
) -> PhysicalDeviceRayTracingPropertiesKHRBuilder<'a>
pub fn max_shader_group_stride(
self,
max_shader_group_stride: u32
) -> PhysicalDeviceRayTracingPropertiesKHRBuilder<'a>
pub fn shader_group_base_alignment(
self,
shader_group_base_alignment: u32
) -> PhysicalDeviceRayTracingPropertiesKHRBuilder<'a>
pub fn max_geometry_count(
self,
max_geometry_count: u64
) -> PhysicalDeviceRayTracingPropertiesKHRBuilder<'a>
pub fn max_instance_count(
self,
max_instance_count: u64
) -> PhysicalDeviceRayTracingPropertiesKHRBuilder<'a>
pub fn max_primitive_count(
self,
max_primitive_count: u64
) -> PhysicalDeviceRayTracingPropertiesKHRBuilder<'a>
pub fn max_descriptor_set_acceleration_structures(
self,
max_descriptor_set_acceleration_structures: u32
) -> PhysicalDeviceRayTracingPropertiesKHRBuilder<'a>
pub fn shader_group_handle_capture_replay_size(
self,
shader_group_handle_capture_replay_size: u32
) -> PhysicalDeviceRayTracingPropertiesKHRBuilder<'a>
Calling build will discard all the lifetime information. Only call this if
necessary! Builders implement Deref
targeting their corresponding Vulkan struct,
so references to builders can be passed directly to Vulkan functions.
Methods from Deref<Target = PhysicalDeviceRayTracingPropertiesKHR>
Trait Implementations
The resulting type after dereferencing.