Vulkan-Hpp
vk::VideoDecodeH264ProfileInfoKHR Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkVideoDecodeH264ProfileInfoKHR
 

Public Member Functions

VULKAN_HPP_CONSTEXPR VideoDecodeH264ProfileInfoKHR (StdVideoH264ProfileIdc stdProfileIdc_={}, vk::VideoDecodeH264PictureLayoutFlagBitsKHR pictureLayout_=vk::VideoDecodeH264PictureLayoutFlagBitsKHR::eProgressive, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR VideoDecodeH264ProfileInfoKHR (VideoDecodeH264ProfileInfoKHR const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 VideoDecodeH264ProfileInfoKHR (VkVideoDecodeH264ProfileInfoKHR const &rhs) VULKAN_HPP_NOEXCEPT
 
VideoDecodeH264ProfileInfoKHRoperator= (VideoDecodeH264ProfileInfoKHR const &rhs) VULKAN_HPP_NOEXCEPT=default
 
VideoDecodeH264ProfileInfoKHRoperator= (VkVideoDecodeH264ProfileInfoKHR const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 VideoDecodeH264ProfileInfoKHRsetPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 VideoDecodeH264ProfileInfoKHRsetStdProfileIdc (StdVideoH264ProfileIdc stdProfileIdc_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 VideoDecodeH264ProfileInfoKHRsetPictureLayout (vk::VideoDecodeH264PictureLayoutFlagBitsKHR pictureLayout_) VULKAN_HPP_NOEXCEPT
 
 operator VkVideoDecodeH264ProfileInfoKHR const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkVideoDecodeH264ProfileInfoKHR & () VULKAN_HPP_NOEXCEPT
 
bool operator== (VideoDecodeH264ProfileInfoKHR const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (VideoDecodeH264ProfileInfoKHR const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::eVideoDecodeH264ProfileInfoKHR
 
const void * pNext = {}
 
StdVideoH264ProfileIdc stdProfileIdc = {}
 
vk::VideoDecodeH264PictureLayoutFlagBitsKHR pictureLayout = vk::VideoDecodeH264PictureLayoutFlagBitsKHR::eProgressive
 

Static Public Attributes

static const bool allowDuplicate = false
 
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eVideoDecodeH264ProfileInfoKHR
 

Detailed Description

Definition at line 114736 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ VideoDecodeH264ProfileInfoKHR() [1/3]

VULKAN_HPP_CONSTEXPR vk::VideoDecodeH264ProfileInfoKHR::VideoDecodeH264ProfileInfoKHR ( StdVideoH264ProfileIdc  stdProfileIdc_ = {},
vk::VideoDecodeH264PictureLayoutFlagBitsKHR  pictureLayout_ = vk::VideoDecodeH264PictureLayoutFlagBitsKHR::eProgressive,
const void *  pNext_ = nullptr 
)
inline

Definition at line 114744 of file vulkan_structs.hpp.

◆ VideoDecodeH264ProfileInfoKHR() [2/3]

VULKAN_HPP_CONSTEXPR vk::VideoDecodeH264ProfileInfoKHR::VideoDecodeH264ProfileInfoKHR ( VideoDecodeH264ProfileInfoKHR const &  rhs)
default

◆ VideoDecodeH264ProfileInfoKHR() [3/3]

vk::VideoDecodeH264ProfileInfoKHR::VideoDecodeH264ProfileInfoKHR ( VkVideoDecodeH264ProfileInfoKHR const &  rhs)
inline

Definition at line 114756 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkVideoDecodeH264ProfileInfoKHR &()

vk::VideoDecodeH264ProfileInfoKHR::operator VkVideoDecodeH264ProfileInfoKHR & ( )
inline

Definition at line 114796 of file vulkan_structs.hpp.

◆ operator VkVideoDecodeH264ProfileInfoKHR const &()

vk::VideoDecodeH264ProfileInfoKHR::operator VkVideoDecodeH264ProfileInfoKHR const & ( ) const
inline

Definition at line 114791 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 114838 of file vulkan_structs.hpp.

◆ operator=() [1/2]

VideoDecodeH264ProfileInfoKHR& vk::VideoDecodeH264ProfileInfoKHR::operator= ( VideoDecodeH264ProfileInfoKHR const &  rhs)
default

◆ operator=() [2/2]

VideoDecodeH264ProfileInfoKHR& vk::VideoDecodeH264ProfileInfoKHR::operator= ( VkVideoDecodeH264ProfileInfoKHR const &  rhs)
inline

Definition at line 114764 of file vulkan_structs.hpp.

◆ operator==()

bool vk::VideoDecodeH264ProfileInfoKHR::operator== ( VideoDecodeH264ProfileInfoKHR const &  rhs) const
inline

Definition at line 114832 of file vulkan_structs.hpp.

◆ setPictureLayout()

VULKAN_HPP_CONSTEXPR_14 VideoDecodeH264ProfileInfoKHR& vk::VideoDecodeH264ProfileInfoKHR::setPictureLayout ( vk::VideoDecodeH264PictureLayoutFlagBitsKHR  pictureLayout_)
inline

Definition at line 114784 of file vulkan_structs.hpp.

◆ setPNext()

VULKAN_HPP_CONSTEXPR_14 VideoDecodeH264ProfileInfoKHR& vk::VideoDecodeH264ProfileInfoKHR::setPNext ( const void *  pNext_)
inline

Definition at line 114771 of file vulkan_structs.hpp.

◆ setStdProfileIdc()

VULKAN_HPP_CONSTEXPR_14 VideoDecodeH264ProfileInfoKHR& vk::VideoDecodeH264ProfileInfoKHR::setStdProfileIdc ( StdVideoH264ProfileIdc  stdProfileIdc_)
inline

Definition at line 114777 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

const bool vk::VideoDecodeH264ProfileInfoKHR::allowDuplicate = false
static

Definition at line 114740 of file vulkan_structs.hpp.

◆ pictureLayout

Definition at line 114847 of file vulkan_structs.hpp.

◆ pNext

const void* vk::VideoDecodeH264ProfileInfoKHR::pNext = {}

Definition at line 114845 of file vulkan_structs.hpp.

◆ stdProfileIdc

StdVideoH264ProfileIdc vk::VideoDecodeH264ProfileInfoKHR::stdProfileIdc = {}

Definition at line 114846 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::VideoDecodeH264ProfileInfoKHR::structureType = StructureType::eVideoDecodeH264ProfileInfoKHR
static

Definition at line 114741 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::VideoDecodeH264ProfileInfoKHR::sType = StructureType::eVideoDecodeH264ProfileInfoKHR

Definition at line 114844 of file vulkan_structs.hpp.


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