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