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

#include <vulkan_video.hpp>

Public Types

using NativeType = StdVideoEncodeH265WeightTableFlags
 

Public Member Functions

 operator StdVideoEncodeH265WeightTableFlags const & () const VULKAN_HPP_NOEXCEPT
 
 operator StdVideoEncodeH265WeightTableFlags & () VULKAN_HPP_NOEXCEPT
 
bool operator== (EncodeH265WeightTableFlags const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (EncodeH265WeightTableFlags const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

uint16_t luma_weight_l0_flag = {}
 
uint16_t chroma_weight_l0_flag = {}
 
uint16_t luma_weight_l1_flag = {}
 
uint16_t chroma_weight_l1_flag = {}
 

Detailed Description

Definition at line 2279 of file vulkan_video.hpp.

Member Typedef Documentation

◆ NativeType

Member Function Documentation

◆ operator StdVideoEncodeH265WeightTableFlags &()

vk::video::EncodeH265WeightTableFlags::operator StdVideoEncodeH265WeightTableFlags & ( )
inline

Definition at line 2288 of file vulkan_video.hpp.

◆ operator StdVideoEncodeH265WeightTableFlags const &()

vk::video::EncodeH265WeightTableFlags::operator StdVideoEncodeH265WeightTableFlags const & ( ) const
inline

Definition at line 2283 of file vulkan_video.hpp.

◆ operator!=()

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

Definition at line 2299 of file vulkan_video.hpp.

◆ operator==()

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

Definition at line 2293 of file vulkan_video.hpp.

Member Data Documentation

◆ chroma_weight_l0_flag

uint16_t vk::video::EncodeH265WeightTableFlags::chroma_weight_l0_flag = {}

Definition at line 2306 of file vulkan_video.hpp.

◆ chroma_weight_l1_flag

uint16_t vk::video::EncodeH265WeightTableFlags::chroma_weight_l1_flag = {}

Definition at line 2308 of file vulkan_video.hpp.

◆ luma_weight_l0_flag

uint16_t vk::video::EncodeH265WeightTableFlags::luma_weight_l0_flag = {}

Definition at line 2305 of file vulkan_video.hpp.

◆ luma_weight_l1_flag

uint16_t vk::video::EncodeH265WeightTableFlags::luma_weight_l1_flag = {}

Definition at line 2307 of file vulkan_video.hpp.


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