Vulkan-Hpp
vk::VideoEncodeH264DpbSlotInfoKHR Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkVideoEncodeH264DpbSlotInfoKHR
 

Public Member Functions

VULKAN_HPP_CONSTEXPR VideoEncodeH264DpbSlotInfoKHR (const StdVideoEncodeH264ReferenceInfo *pStdReferenceInfo_={}, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR VideoEncodeH264DpbSlotInfoKHR (VideoEncodeH264DpbSlotInfoKHR const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 VideoEncodeH264DpbSlotInfoKHR (VkVideoEncodeH264DpbSlotInfoKHR const &rhs) VULKAN_HPP_NOEXCEPT
 
VideoEncodeH264DpbSlotInfoKHRoperator= (VideoEncodeH264DpbSlotInfoKHR const &rhs) VULKAN_HPP_NOEXCEPT=default
 
VideoEncodeH264DpbSlotInfoKHRoperator= (VkVideoEncodeH264DpbSlotInfoKHR const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 VideoEncodeH264DpbSlotInfoKHRsetPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 VideoEncodeH264DpbSlotInfoKHRsetPStdReferenceInfo (const StdVideoEncodeH264ReferenceInfo *pStdReferenceInfo_) VULKAN_HPP_NOEXCEPT
 
 operator VkVideoEncodeH264DpbSlotInfoKHR const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkVideoEncodeH264DpbSlotInfoKHR & () VULKAN_HPP_NOEXCEPT
 
bool operator== (VideoEncodeH264DpbSlotInfoKHR const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (VideoEncodeH264DpbSlotInfoKHR const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::eVideoEncodeH264DpbSlotInfoKHR
 
const void * pNext = {}
 
const StdVideoEncodeH264ReferenceInfopStdReferenceInfo = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 116505 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ VideoEncodeH264DpbSlotInfoKHR() [1/3]

VULKAN_HPP_CONSTEXPR vk::VideoEncodeH264DpbSlotInfoKHR::VideoEncodeH264DpbSlotInfoKHR ( const StdVideoEncodeH264ReferenceInfo pStdReferenceInfo_ = {},
const void *  pNext_ = nullptr 
)
inline

Definition at line 116513 of file vulkan_structs.hpp.

◆ VideoEncodeH264DpbSlotInfoKHR() [2/3]

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

◆ VideoEncodeH264DpbSlotInfoKHR() [3/3]

vk::VideoEncodeH264DpbSlotInfoKHR::VideoEncodeH264DpbSlotInfoKHR ( VkVideoEncodeH264DpbSlotInfoKHR const &  rhs)
inline

Definition at line 116522 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkVideoEncodeH264DpbSlotInfoKHR &()

vk::VideoEncodeH264DpbSlotInfoKHR::operator VkVideoEncodeH264DpbSlotInfoKHR & ( )
inline

Definition at line 116556 of file vulkan_structs.hpp.

◆ operator VkVideoEncodeH264DpbSlotInfoKHR const &()

vk::VideoEncodeH264DpbSlotInfoKHR::operator VkVideoEncodeH264DpbSlotInfoKHR const & ( ) const
inline

Definition at line 116551 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 116585 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

VideoEncodeH264DpbSlotInfoKHR& vk::VideoEncodeH264DpbSlotInfoKHR::operator= ( VkVideoEncodeH264DpbSlotInfoKHR const &  rhs)
inline

Definition at line 116530 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 116576 of file vulkan_structs.hpp.

◆ setPNext()

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

Definition at line 116537 of file vulkan_structs.hpp.

◆ setPStdReferenceInfo()

VULKAN_HPP_CONSTEXPR_14 VideoEncodeH264DpbSlotInfoKHR& vk::VideoEncodeH264DpbSlotInfoKHR::setPStdReferenceInfo ( const StdVideoEncodeH264ReferenceInfo pStdReferenceInfo_)
inline

Definition at line 116544 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 116509 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 116593 of file vulkan_structs.hpp.

◆ pStdReferenceInfo

const StdVideoEncodeH264ReferenceInfo* vk::VideoEncodeH264DpbSlotInfoKHR::pStdReferenceInfo = {}

Definition at line 116594 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::VideoEncodeH264DpbSlotInfoKHR::structureType = StructureType::eVideoEncodeH264DpbSlotInfoKHR
static

Definition at line 116510 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::VideoEncodeH264DpbSlotInfoKHR::sType = StructureType::eVideoEncodeH264DpbSlotInfoKHR

Definition at line 116592 of file vulkan_structs.hpp.


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