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