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