#[repr(transparent)]pub struct PhysicalDeviceMemoryBudgetPropertiesEXTBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PhysicalDeviceMemoryBudgetPropertiesEXTBuilder<'a>
impl<'a> PhysicalDeviceMemoryBudgetPropertiesEXTBuilder<'a>
pub fn heap_budget(self, heap_budget: [DeviceSize; 16]) -> Self
pub fn heap_usage(self, heap_usage: [DeviceSize; 16]) -> Self
sourcepub fn build(self) -> PhysicalDeviceMemoryBudgetPropertiesEXT
pub fn build(self) -> PhysicalDeviceMemoryBudgetPropertiesEXT
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.