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