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