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