Struct ash::vk::VideoProfileKHR
source · #[repr(C)]pub struct VideoProfileKHR {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub video_codec_operation: VideoCodecOperationFlagsKHR,
pub chroma_subsampling: VideoChromaSubsamplingFlagsKHR,
pub luma_bit_depth: VideoComponentBitDepthFlagsKHR,
pub chroma_bit_depth: VideoComponentBitDepthFlagsKHR,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§video_codec_operation: VideoCodecOperationFlagsKHR
§chroma_subsampling: VideoChromaSubsamplingFlagsKHR
§luma_bit_depth: VideoComponentBitDepthFlagsKHR
§chroma_bit_depth: VideoComponentBitDepthFlagsKHR
Implementations§
source§impl VideoProfileKHR
impl VideoProfileKHR
pub fn builder<'a>() -> VideoProfileKHRBuilder<'a>
Trait Implementations§
source§impl Clone for VideoProfileKHR
impl Clone for VideoProfileKHR
source§fn clone(&self) -> VideoProfileKHR
fn clone(&self) -> VideoProfileKHR
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more