Struct ash::vk::PhysicalDeviceComputeShaderDerivativesFeaturesNVBuilder [−][src]
#[repr(transparent)]pub struct PhysicalDeviceComputeShaderDerivativesFeaturesNVBuilder<'a> { /* fields omitted */ }
Implementations
pub fn compute_derivative_group_quads(
self,
compute_derivative_group_quads: bool
) -> PhysicalDeviceComputeShaderDerivativesFeaturesNVBuilder<'a>
pub fn compute_derivative_group_linear(
self,
compute_derivative_group_linear: bool
) -> PhysicalDeviceComputeShaderDerivativesFeaturesNVBuilder<'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 = PhysicalDeviceComputeShaderDerivativesFeaturesNV>
Trait Implementations
The resulting type after dereferencing.