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