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