Vulkan-Hpp
vk::SamplerYcbcrConversionInfo Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkSamplerYcbcrConversionInfo
 

Public Member Functions

VULKAN_HPP_CONSTEXPR SamplerYcbcrConversionInfo (vk::SamplerYcbcrConversion conversion_={}, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR SamplerYcbcrConversionInfo (SamplerYcbcrConversionInfo const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 SamplerYcbcrConversionInfo (VkSamplerYcbcrConversionInfo const &rhs) VULKAN_HPP_NOEXCEPT
 
SamplerYcbcrConversionInfooperator= (SamplerYcbcrConversionInfo const &rhs) VULKAN_HPP_NOEXCEPT=default
 
SamplerYcbcrConversionInfooperator= (VkSamplerYcbcrConversionInfo const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 SamplerYcbcrConversionInfosetPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 SamplerYcbcrConversionInfosetConversion (vk::SamplerYcbcrConversion conversion_) VULKAN_HPP_NOEXCEPT
 
 operator VkSamplerYcbcrConversionInfo const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkSamplerYcbcrConversionInfo & () VULKAN_HPP_NOEXCEPT
 
bool operator== (SamplerYcbcrConversionInfo const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (SamplerYcbcrConversionInfo const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::eSamplerYcbcrConversionInfo
 
const void * pNext = {}
 
vk::SamplerYcbcrConversion conversion = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 105210 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ SamplerYcbcrConversionInfo() [1/3]

VULKAN_HPP_CONSTEXPR vk::SamplerYcbcrConversionInfo::SamplerYcbcrConversionInfo ( vk::SamplerYcbcrConversion  conversion_ = {},
const void *  pNext_ = nullptr 
)
inline

Definition at line 105218 of file vulkan_structs.hpp.

◆ SamplerYcbcrConversionInfo() [2/3]

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

◆ SamplerYcbcrConversionInfo() [3/3]

vk::SamplerYcbcrConversionInfo::SamplerYcbcrConversionInfo ( VkSamplerYcbcrConversionInfo const &  rhs)
inline

Definition at line 105227 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkSamplerYcbcrConversionInfo &()

vk::SamplerYcbcrConversionInfo::operator VkSamplerYcbcrConversionInfo & ( )
inline

Definition at line 105260 of file vulkan_structs.hpp.

◆ operator VkSamplerYcbcrConversionInfo const &()

vk::SamplerYcbcrConversionInfo::operator VkSamplerYcbcrConversionInfo const & ( ) const
inline

Definition at line 105255 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 105289 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

SamplerYcbcrConversionInfo& vk::SamplerYcbcrConversionInfo::operator= ( VkSamplerYcbcrConversionInfo const &  rhs)
inline

Definition at line 105235 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 105280 of file vulkan_structs.hpp.

◆ setConversion()

VULKAN_HPP_CONSTEXPR_14 SamplerYcbcrConversionInfo& vk::SamplerYcbcrConversionInfo::setConversion ( vk::SamplerYcbcrConversion  conversion_)
inline

Definition at line 105248 of file vulkan_structs.hpp.

◆ setPNext()

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

Definition at line 105242 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 105214 of file vulkan_structs.hpp.

◆ conversion

vk::SamplerYcbcrConversion vk::SamplerYcbcrConversionInfo::conversion = {}

Definition at line 105298 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 105297 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::SamplerYcbcrConversionInfo::structureType = StructureType::eSamplerYcbcrConversionInfo
static

Definition at line 105215 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::SamplerYcbcrConversionInfo::sType = StructureType::eSamplerYcbcrConversionInfo

Definition at line 105296 of file vulkan_structs.hpp.


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