Vulkan-Hpp
vk::VideoDecodeH265ProfileInfoKHR Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkVideoDecodeH265ProfileInfoKHR
 

Public Member Functions

VULKAN_HPP_CONSTEXPR VideoDecodeH265ProfileInfoKHR (StdVideoH265ProfileIdc stdProfileIdc_={}, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR VideoDecodeH265ProfileInfoKHR (VideoDecodeH265ProfileInfoKHR const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 VideoDecodeH265ProfileInfoKHR (VkVideoDecodeH265ProfileInfoKHR const &rhs) VULKAN_HPP_NOEXCEPT
 
VideoDecodeH265ProfileInfoKHRoperator= (VideoDecodeH265ProfileInfoKHR const &rhs) VULKAN_HPP_NOEXCEPT=default
 
VideoDecodeH265ProfileInfoKHRoperator= (VkVideoDecodeH265ProfileInfoKHR const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 VideoDecodeH265ProfileInfoKHRsetPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 VideoDecodeH265ProfileInfoKHRsetStdProfileIdc (StdVideoH265ProfileIdc stdProfileIdc_) VULKAN_HPP_NOEXCEPT
 
 operator VkVideoDecodeH265ProfileInfoKHR const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkVideoDecodeH265ProfileInfoKHR & () VULKAN_HPP_NOEXCEPT
 
bool operator== (VideoDecodeH265ProfileInfoKHR const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (VideoDecodeH265ProfileInfoKHR const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::eVideoDecodeH265ProfileInfoKHR
 
const void * pNext = {}
 
StdVideoH265ProfileIdc stdProfileIdc = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 115470 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ VideoDecodeH265ProfileInfoKHR() [1/3]

VULKAN_HPP_CONSTEXPR vk::VideoDecodeH265ProfileInfoKHR::VideoDecodeH265ProfileInfoKHR ( StdVideoH265ProfileIdc  stdProfileIdc_ = {},
const void *  pNext_ = nullptr 
)
inline

Definition at line 115478 of file vulkan_structs.hpp.

◆ VideoDecodeH265ProfileInfoKHR() [2/3]

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

◆ VideoDecodeH265ProfileInfoKHR() [3/3]

vk::VideoDecodeH265ProfileInfoKHR::VideoDecodeH265ProfileInfoKHR ( VkVideoDecodeH265ProfileInfoKHR const &  rhs)
inline

Definition at line 115486 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkVideoDecodeH265ProfileInfoKHR &()

vk::VideoDecodeH265ProfileInfoKHR::operator VkVideoDecodeH265ProfileInfoKHR & ( )
inline

Definition at line 115519 of file vulkan_structs.hpp.

◆ operator VkVideoDecodeH265ProfileInfoKHR const &()

vk::VideoDecodeH265ProfileInfoKHR::operator VkVideoDecodeH265ProfileInfoKHR const & ( ) const
inline

Definition at line 115514 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 115555 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

VideoDecodeH265ProfileInfoKHR& vk::VideoDecodeH265ProfileInfoKHR::operator= ( VkVideoDecodeH265ProfileInfoKHR const &  rhs)
inline

Definition at line 115494 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 115550 of file vulkan_structs.hpp.

◆ setPNext()

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

Definition at line 115501 of file vulkan_structs.hpp.

◆ setStdProfileIdc()

VULKAN_HPP_CONSTEXPR_14 VideoDecodeH265ProfileInfoKHR& vk::VideoDecodeH265ProfileInfoKHR::setStdProfileIdc ( StdVideoH265ProfileIdc  stdProfileIdc_)
inline

Definition at line 115507 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 115474 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 115562 of file vulkan_structs.hpp.

◆ stdProfileIdc

StdVideoH265ProfileIdc vk::VideoDecodeH265ProfileInfoKHR::stdProfileIdc = {}

Definition at line 115563 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::VideoDecodeH265ProfileInfoKHR::structureType = StructureType::eVideoDecodeH265ProfileInfoKHR
static

Definition at line 115475 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::VideoDecodeH265ProfileInfoKHR::sType = StructureType::eVideoDecodeH265ProfileInfoKHR

Definition at line 115561 of file vulkan_structs.hpp.


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