Vulkan-Hpp
vk::VideoEncodeH265ProfileInfoKHR Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkVideoEncodeH265ProfileInfoKHR
 

Public Member Functions

VULKAN_HPP_CONSTEXPR VideoEncodeH265ProfileInfoKHR (StdVideoH265ProfileIdc stdProfileIdc_={}, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR VideoEncodeH265ProfileInfoKHR (VideoEncodeH265ProfileInfoKHR const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 VideoEncodeH265ProfileInfoKHR (VkVideoEncodeH265ProfileInfoKHR const &rhs) VULKAN_HPP_NOEXCEPT
 
VideoEncodeH265ProfileInfoKHRoperator= (VideoEncodeH265ProfileInfoKHR const &rhs) VULKAN_HPP_NOEXCEPT=default
 
VideoEncodeH265ProfileInfoKHRoperator= (VkVideoEncodeH265ProfileInfoKHR const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 VideoEncodeH265ProfileInfoKHRsetPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 VideoEncodeH265ProfileInfoKHRsetStdProfileIdc (StdVideoH265ProfileIdc stdProfileIdc_) VULKAN_HPP_NOEXCEPT
 
 operator VkVideoEncodeH265ProfileInfoKHR const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkVideoEncodeH265ProfileInfoKHR & () VULKAN_HPP_NOEXCEPT
 
bool operator== (VideoEncodeH265ProfileInfoKHR const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (VideoEncodeH265ProfileInfoKHR const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

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

Static Public Attributes

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

Detailed Description

Definition at line 119108 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ VideoEncodeH265ProfileInfoKHR() [1/3]

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

Definition at line 119116 of file vulkan_structs.hpp.

◆ VideoEncodeH265ProfileInfoKHR() [2/3]

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

◆ VideoEncodeH265ProfileInfoKHR() [3/3]

vk::VideoEncodeH265ProfileInfoKHR::VideoEncodeH265ProfileInfoKHR ( VkVideoEncodeH265ProfileInfoKHR const &  rhs)
inline

Definition at line 119124 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkVideoEncodeH265ProfileInfoKHR &()

vk::VideoEncodeH265ProfileInfoKHR::operator VkVideoEncodeH265ProfileInfoKHR & ( )
inline

Definition at line 119157 of file vulkan_structs.hpp.

◆ operator VkVideoEncodeH265ProfileInfoKHR const &()

vk::VideoEncodeH265ProfileInfoKHR::operator VkVideoEncodeH265ProfileInfoKHR const & ( ) const
inline

Definition at line 119152 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 119193 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

VideoEncodeH265ProfileInfoKHR& vk::VideoEncodeH265ProfileInfoKHR::operator= ( VkVideoEncodeH265ProfileInfoKHR const &  rhs)
inline

Definition at line 119132 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 119188 of file vulkan_structs.hpp.

◆ setPNext()

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

Definition at line 119139 of file vulkan_structs.hpp.

◆ setStdProfileIdc()

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

Definition at line 119145 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 119112 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 119200 of file vulkan_structs.hpp.

◆ stdProfileIdc

StdVideoH265ProfileIdc vk::VideoEncodeH265ProfileInfoKHR::stdProfileIdc = {}

Definition at line 119201 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::VideoEncodeH265ProfileInfoKHR::structureType = StructureType::eVideoEncodeH265ProfileInfoKHR
static

Definition at line 119113 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::VideoEncodeH265ProfileInfoKHR::sType = StructureType::eVideoEncodeH265ProfileInfoKHR

Definition at line 119199 of file vulkan_structs.hpp.


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