#[repr(transparent)]pub struct PhysicalDeviceComputeShaderDerivativesFeaturesNVBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PhysicalDeviceComputeShaderDerivativesFeaturesNVBuilder<'a>
impl<'a> PhysicalDeviceComputeShaderDerivativesFeaturesNVBuilder<'a>
pub fn compute_derivative_group_quads( self, compute_derivative_group_quads: bool ) -> Self
pub fn compute_derivative_group_linear( self, compute_derivative_group_linear: bool ) -> Self
sourcepub fn build(self) -> PhysicalDeviceComputeShaderDerivativesFeaturesNV
pub fn build(self) -> PhysicalDeviceComputeShaderDerivativesFeaturesNV
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.