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