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