Vulkan-Hpp
|
#include <vulkan_video.hpp>
Public Types | |
using | NativeType = StdVideoDecodeH264ReferenceInfoFlags |
Public Member Functions | |
operator StdVideoDecodeH264ReferenceInfoFlags const & () const VULKAN_HPP_NOEXCEPT | |
operator StdVideoDecodeH264ReferenceInfoFlags & () VULKAN_HPP_NOEXCEPT | |
bool | operator== (DecodeH264ReferenceInfoFlags const &rhs) const VULKAN_HPP_NOEXCEPT |
bool | operator!= (DecodeH264ReferenceInfoFlags const &rhs) const VULKAN_HPP_NOEXCEPT |
Public Attributes | |
uint32_t | top_field_flag: 1 |
uint32_t | bottom_field_flag: 1 |
uint32_t | used_for_long_term_reference: 1 |
uint32_t | is_non_existing: 1 |
Definition at line 721 of file vulkan_video.hpp.
Definition at line 723 of file vulkan_video.hpp.
|
inline |
Definition at line 730 of file vulkan_video.hpp.
|
inline |
Definition at line 725 of file vulkan_video.hpp.
|
inline |
Definition at line 741 of file vulkan_video.hpp.
|
inline |
Definition at line 735 of file vulkan_video.hpp.
uint32_t vk::video::DecodeH264ReferenceInfoFlags::bottom_field_flag |
Definition at line 748 of file vulkan_video.hpp.
uint32_t vk::video::DecodeH264ReferenceInfoFlags::is_non_existing |
Definition at line 750 of file vulkan_video.hpp.
uint32_t vk::video::DecodeH264ReferenceInfoFlags::top_field_flag |
Definition at line 747 of file vulkan_video.hpp.
uint32_t vk::video::DecodeH264ReferenceInfoFlags::used_for_long_term_reference |
Definition at line 749 of file vulkan_video.hpp.