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