Struct pilka_incremental::ash::vk::PhysicalDeviceRayTracingFeaturesKHRBuilder[]

#[repr(transparent)]pub struct PhysicalDeviceRayTracingFeaturesKHRBuilder<'a> { /* fields omitted */ }

Implementations

impl<'a> PhysicalDeviceRayTracingFeaturesKHRBuilder<'a>

pub fn ray_tracing(
    self,
    ray_tracing: bool
) -> PhysicalDeviceRayTracingFeaturesKHRBuilder<'a>

pub fn ray_tracing_shader_group_handle_capture_replay(
    self,
    ray_tracing_shader_group_handle_capture_replay: bool
) -> PhysicalDeviceRayTracingFeaturesKHRBuilder<'a>

pub fn ray_tracing_shader_group_handle_capture_replay_mixed(
    self,
    ray_tracing_shader_group_handle_capture_replay_mixed: bool
) -> PhysicalDeviceRayTracingFeaturesKHRBuilder<'a>

pub fn ray_tracing_acceleration_structure_capture_replay(
    self,
    ray_tracing_acceleration_structure_capture_replay: bool
) -> PhysicalDeviceRayTracingFeaturesKHRBuilder<'a>

pub fn ray_tracing_indirect_trace_rays(
    self,
    ray_tracing_indirect_trace_rays: bool
) -> PhysicalDeviceRayTracingFeaturesKHRBuilder<'a>

pub fn ray_tracing_indirect_acceleration_structure_build(
    self,
    ray_tracing_indirect_acceleration_structure_build: bool
) -> PhysicalDeviceRayTracingFeaturesKHRBuilder<'a>

pub fn ray_tracing_host_acceleration_structure_commands(
    self,
    ray_tracing_host_acceleration_structure_commands: bool
) -> PhysicalDeviceRayTracingFeaturesKHRBuilder<'a>

pub fn ray_query(
    self,
    ray_query: bool
) -> PhysicalDeviceRayTracingFeaturesKHRBuilder<'a>

pub fn ray_tracing_primitive_culling(
    self,
    ray_tracing_primitive_culling: bool
) -> PhysicalDeviceRayTracingFeaturesKHRBuilder<'a>

pub fn build(self) -> PhysicalDeviceRayTracingFeaturesKHR

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 = PhysicalDeviceRayTracingFeaturesKHR>

Trait Implementations

impl<'a> Deref for PhysicalDeviceRayTracingFeaturesKHRBuilder<'a>

type Target = PhysicalDeviceRayTracingFeaturesKHR

The resulting type after dereferencing.

impl<'a> DerefMut for PhysicalDeviceRayTracingFeaturesKHRBuilder<'a>

impl<'_> ExtendsDeviceCreateInfo for PhysicalDeviceRayTracingFeaturesKHRBuilder<'_>

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, 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.