[][src]Struct vulkanalia::vk::PhysicalDeviceRayTracingFeaturesKHRBuilder

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

Implementations

impl PhysicalDeviceRayTracingFeaturesKHRBuilder[src]

pub fn ray_tracing(self, ray_tracing: bool) -> Self[src]

pub fn ray_tracing_shader_group_handle_capture_replay(
    self,
    ray_tracing_shader_group_handle_capture_replay: bool
) -> Self
[src]

pub fn ray_tracing_shader_group_handle_capture_replay_mixed(
    self,
    ray_tracing_shader_group_handle_capture_replay_mixed: bool
) -> Self
[src]

pub fn ray_tracing_acceleration_structure_capture_replay(
    self,
    ray_tracing_acceleration_structure_capture_replay: bool
) -> Self
[src]

pub fn ray_tracing_indirect_trace_rays(
    self,
    ray_tracing_indirect_trace_rays: bool
) -> Self
[src]

pub fn ray_tracing_indirect_acceleration_structure_build(
    self,
    ray_tracing_indirect_acceleration_structure_build: bool
) -> Self
[src]

pub fn ray_tracing_host_acceleration_structure_commands(
    self,
    ray_tracing_host_acceleration_structure_commands: bool
) -> Self
[src]

pub fn ray_query(self, ray_query: bool) -> Self[src]

pub fn ray_tracing_primitive_culling(
    self,
    ray_tracing_primitive_culling: bool
) -> Self
[src]

pub fn build(self) -> PhysicalDeviceRayTracingFeaturesKHR[src]

Trait Implementations

impl Cast for PhysicalDeviceRayTracingFeaturesKHRBuilder[src]

type Target = PhysicalDeviceRayTracingFeaturesKHR

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

impl Clone for PhysicalDeviceRayTracingFeaturesKHRBuilder[src]

impl Copy for PhysicalDeviceRayTracingFeaturesKHRBuilder[src]

impl Debug for PhysicalDeviceRayTracingFeaturesKHRBuilder[src]

impl Default for PhysicalDeviceRayTracingFeaturesKHRBuilder[src]

impl Deref for PhysicalDeviceRayTracingFeaturesKHRBuilder[src]

type Target = PhysicalDeviceRayTracingFeaturesKHR

The resulting type after dereferencing.

impl DerefMut for PhysicalDeviceRayTracingFeaturesKHRBuilder[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.