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