Struct ash::vk::ExternalFormatANDROIDBuilder
source · #[repr(transparent)]pub struct ExternalFormatANDROIDBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> ExternalFormatANDROIDBuilder<'a>
impl<'a> ExternalFormatANDROIDBuilder<'a>
pub fn external_format(self, external_format: u64) -> Self
sourcepub fn build(self) -> ExternalFormatANDROID
pub fn build(self) -> ExternalFormatANDROID
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.