Vulkan-Hpp
vk::SamplerYcbcrConversionImageFormatProperties Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkSamplerYcbcrConversionImageFormatProperties
 

Public Member Functions

VULKAN_HPP_CONSTEXPR SamplerYcbcrConversionImageFormatProperties (uint32_t combinedImageSamplerDescriptorCount_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR SamplerYcbcrConversionImageFormatProperties (SamplerYcbcrConversionImageFormatProperties const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 SamplerYcbcrConversionImageFormatProperties (VkSamplerYcbcrConversionImageFormatProperties const &rhs) VULKAN_HPP_NOEXCEPT
 
SamplerYcbcrConversionImageFormatPropertiesoperator= (SamplerYcbcrConversionImageFormatProperties const &rhs) VULKAN_HPP_NOEXCEPT=default
 
SamplerYcbcrConversionImageFormatPropertiesoperator= (VkSamplerYcbcrConversionImageFormatProperties const &rhs) VULKAN_HPP_NOEXCEPT
 
 operator VkSamplerYcbcrConversionImageFormatProperties const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkSamplerYcbcrConversionImageFormatProperties & () VULKAN_HPP_NOEXCEPT
 
bool operator== (SamplerYcbcrConversionImageFormatProperties const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (SamplerYcbcrConversionImageFormatProperties const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::eSamplerYcbcrConversionImageFormatProperties
 
void * pNext = {}
 
uint32_t combinedImageSamplerDescriptorCount = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 105125 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ SamplerYcbcrConversionImageFormatProperties() [1/3]

VULKAN_HPP_CONSTEXPR vk::SamplerYcbcrConversionImageFormatProperties::SamplerYcbcrConversionImageFormatProperties ( uint32_t  combinedImageSamplerDescriptorCount_ = {},
void *  pNext_ = nullptr 
)
inline

Definition at line 105133 of file vulkan_structs.hpp.

◆ SamplerYcbcrConversionImageFormatProperties() [2/3]

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

◆ SamplerYcbcrConversionImageFormatProperties() [3/3]

vk::SamplerYcbcrConversionImageFormatProperties::SamplerYcbcrConversionImageFormatProperties ( VkSamplerYcbcrConversionImageFormatProperties const &  rhs)
inline

Definition at line 105142 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkSamplerYcbcrConversionImageFormatProperties &()

vk::SamplerYcbcrConversionImageFormatProperties::operator VkSamplerYcbcrConversionImageFormatProperties & ( )
inline

Definition at line 105161 of file vulkan_structs.hpp.

◆ operator VkSamplerYcbcrConversionImageFormatProperties const &()

vk::SamplerYcbcrConversionImageFormatProperties::operator VkSamplerYcbcrConversionImageFormatProperties const & ( ) const
inline

Definition at line 105156 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 105190 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

SamplerYcbcrConversionImageFormatProperties& vk::SamplerYcbcrConversionImageFormatProperties::operator= ( VkSamplerYcbcrConversionImageFormatProperties const &  rhs)
inline

Definition at line 105150 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 105181 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 105129 of file vulkan_structs.hpp.

◆ combinedImageSamplerDescriptorCount

uint32_t vk::SamplerYcbcrConversionImageFormatProperties::combinedImageSamplerDescriptorCount = {}

Definition at line 105199 of file vulkan_structs.hpp.

◆ pNext

void* vk::SamplerYcbcrConversionImageFormatProperties::pNext = {}

Definition at line 105198 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::SamplerYcbcrConversionImageFormatProperties::structureType = StructureType::eSamplerYcbcrConversionImageFormatProperties
static

Definition at line 105130 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::SamplerYcbcrConversionImageFormatProperties::sType = StructureType::eSamplerYcbcrConversionImageFormatProperties

Definition at line 105197 of file vulkan_structs.hpp.


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