Vulkan-Hpp
vk::video::EncodeH264WeightTableFlags Struct Reference

#include <vulkan_video.hpp>

Public Types

using NativeType = StdVideoEncodeH264WeightTableFlags
 

Public Member Functions

 operator StdVideoEncodeH264WeightTableFlags const & () const VULKAN_HPP_NOEXCEPT
 
 operator StdVideoEncodeH264WeightTableFlags & () VULKAN_HPP_NOEXCEPT
 
bool operator== (EncodeH264WeightTableFlags const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (EncodeH264WeightTableFlags const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

uint32_t luma_weight_l0_flag = {}
 
uint32_t chroma_weight_l0_flag = {}
 
uint32_t luma_weight_l1_flag = {}
 
uint32_t chroma_weight_l1_flag = {}
 

Detailed Description

Definition at line 786 of file vulkan_video.hpp.

Member Typedef Documentation

◆ NativeType

Member Function Documentation

◆ operator StdVideoEncodeH264WeightTableFlags &()

vk::video::EncodeH264WeightTableFlags::operator StdVideoEncodeH264WeightTableFlags & ( )
inline

Definition at line 795 of file vulkan_video.hpp.

◆ operator StdVideoEncodeH264WeightTableFlags const &()

vk::video::EncodeH264WeightTableFlags::operator StdVideoEncodeH264WeightTableFlags const & ( ) const
inline

Definition at line 790 of file vulkan_video.hpp.

◆ operator!=()

bool vk::video::EncodeH264WeightTableFlags::operator!= ( EncodeH264WeightTableFlags const &  rhs) const
inline

Definition at line 806 of file vulkan_video.hpp.

◆ operator==()

bool vk::video::EncodeH264WeightTableFlags::operator== ( EncodeH264WeightTableFlags const &  rhs) const
inline

Definition at line 800 of file vulkan_video.hpp.

Member Data Documentation

◆ chroma_weight_l0_flag

uint32_t vk::video::EncodeH264WeightTableFlags::chroma_weight_l0_flag = {}

Definition at line 813 of file vulkan_video.hpp.

◆ chroma_weight_l1_flag

uint32_t vk::video::EncodeH264WeightTableFlags::chroma_weight_l1_flag = {}

Definition at line 815 of file vulkan_video.hpp.

◆ luma_weight_l0_flag

uint32_t vk::video::EncodeH264WeightTableFlags::luma_weight_l0_flag = {}

Definition at line 812 of file vulkan_video.hpp.

◆ luma_weight_l1_flag

uint32_t vk::video::EncodeH264WeightTableFlags::luma_weight_l1_flag = {}

Definition at line 814 of file vulkan_video.hpp.


The documentation for this struct was generated from the following file: