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