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

#include <vulkan_video.hpp>

Public Types

using NativeType = StdVideoH265VpsFlags
 

Public Member Functions

 operator StdVideoH265VpsFlags const & () const VULKAN_HPP_NOEXCEPT
 
 operator StdVideoH265VpsFlags & () VULKAN_HPP_NOEXCEPT
 
bool operator== (H265VpsFlags const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (H265VpsFlags const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

uint32_t vps_temporal_id_nesting_flag: 1
 
uint32_t vps_sub_layer_ordering_info_present_flag: 1
 
uint32_t vps_timing_info_present_flag: 1
 
uint32_t vps_poc_proportional_to_timing_flag: 1
 

Detailed Description

Definition at line 1371 of file vulkan_video.hpp.

Member Typedef Documentation

◆ NativeType

Member Function Documentation

◆ operator StdVideoH265VpsFlags &()

vk::video::H265VpsFlags::operator StdVideoH265VpsFlags & ( )
inline

Definition at line 1380 of file vulkan_video.hpp.

◆ operator StdVideoH265VpsFlags const &()

vk::video::H265VpsFlags::operator StdVideoH265VpsFlags const & ( ) const
inline

Definition at line 1375 of file vulkan_video.hpp.

◆ operator!=()

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

Definition at line 1393 of file vulkan_video.hpp.

◆ operator==()

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

Definition at line 1385 of file vulkan_video.hpp.

Member Data Documentation

◆ vps_poc_proportional_to_timing_flag

uint32_t vk::video::H265VpsFlags::vps_poc_proportional_to_timing_flag

Definition at line 1402 of file vulkan_video.hpp.

◆ vps_sub_layer_ordering_info_present_flag

uint32_t vk::video::H265VpsFlags::vps_sub_layer_ordering_info_present_flag

Definition at line 1400 of file vulkan_video.hpp.

◆ vps_temporal_id_nesting_flag

uint32_t vk::video::H265VpsFlags::vps_temporal_id_nesting_flag

Definition at line 1399 of file vulkan_video.hpp.

◆ vps_timing_info_present_flag

uint32_t vk::video::H265VpsFlags::vps_timing_info_present_flag

Definition at line 1401 of file vulkan_video.hpp.


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