Vulkan-Hpp
vk::VideoEncodeH264ProfileInfoKHR Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkVideoEncodeH264ProfileInfoKHR
 

Public Member Functions

VULKAN_HPP_CONSTEXPR VideoEncodeH264ProfileInfoKHR (StdVideoH264ProfileIdc stdProfileIdc_={}, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR VideoEncodeH264ProfileInfoKHR (VideoEncodeH264ProfileInfoKHR const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 VideoEncodeH264ProfileInfoKHR (VkVideoEncodeH264ProfileInfoKHR const &rhs) VULKAN_HPP_NOEXCEPT
 
VideoEncodeH264ProfileInfoKHRoperator= (VideoEncodeH264ProfileInfoKHR const &rhs) VULKAN_HPP_NOEXCEPT=default
 
VideoEncodeH264ProfileInfoKHRoperator= (VkVideoEncodeH264ProfileInfoKHR const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 VideoEncodeH264ProfileInfoKHRsetPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 VideoEncodeH264ProfileInfoKHRsetStdProfileIdc (StdVideoH264ProfileIdc stdProfileIdc_) VULKAN_HPP_NOEXCEPT
 
 operator VkVideoEncodeH264ProfileInfoKHR const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkVideoEncodeH264ProfileInfoKHR & () VULKAN_HPP_NOEXCEPT
 
bool operator== (VideoEncodeH264ProfileInfoKHR const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (VideoEncodeH264ProfileInfoKHR const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::eVideoEncodeH264ProfileInfoKHR
 
const void * pNext = {}
 
StdVideoH264ProfileIdc stdProfileIdc = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 117090 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ VideoEncodeH264ProfileInfoKHR() [1/3]

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

Definition at line 117098 of file vulkan_structs.hpp.

◆ VideoEncodeH264ProfileInfoKHR() [2/3]

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

◆ VideoEncodeH264ProfileInfoKHR() [3/3]

vk::VideoEncodeH264ProfileInfoKHR::VideoEncodeH264ProfileInfoKHR ( VkVideoEncodeH264ProfileInfoKHR const &  rhs)
inline

Definition at line 117106 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkVideoEncodeH264ProfileInfoKHR &()

vk::VideoEncodeH264ProfileInfoKHR::operator VkVideoEncodeH264ProfileInfoKHR & ( )
inline

Definition at line 117139 of file vulkan_structs.hpp.

◆ operator VkVideoEncodeH264ProfileInfoKHR const &()

vk::VideoEncodeH264ProfileInfoKHR::operator VkVideoEncodeH264ProfileInfoKHR const & ( ) const
inline

Definition at line 117134 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 117175 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

VideoEncodeH264ProfileInfoKHR& vk::VideoEncodeH264ProfileInfoKHR::operator= ( VkVideoEncodeH264ProfileInfoKHR const &  rhs)
inline

Definition at line 117114 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 117170 of file vulkan_structs.hpp.

◆ setPNext()

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

Definition at line 117121 of file vulkan_structs.hpp.

◆ setStdProfileIdc()

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

Definition at line 117127 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 117094 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 117182 of file vulkan_structs.hpp.

◆ stdProfileIdc

StdVideoH264ProfileIdc vk::VideoEncodeH264ProfileInfoKHR::stdProfileIdc = {}

Definition at line 117183 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::VideoEncodeH264ProfileInfoKHR::structureType = StructureType::eVideoEncodeH264ProfileInfoKHR
static

Definition at line 117095 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::VideoEncodeH264ProfileInfoKHR::sType = StructureType::eVideoEncodeH264ProfileInfoKHR

Definition at line 117181 of file vulkan_structs.hpp.


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