Vulkan-Hpp
vk::PhysicalDeviceYcbcrImageArraysFeaturesEXT Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDeviceYcbcrImageArraysFeaturesEXT
 

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDeviceYcbcrImageArraysFeaturesEXT (vk::Bool32 ycbcrImageArrays_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PhysicalDeviceYcbcrImageArraysFeaturesEXT (PhysicalDeviceYcbcrImageArraysFeaturesEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDeviceYcbcrImageArraysFeaturesEXT (VkPhysicalDeviceYcbcrImageArraysFeaturesEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceYcbcrImageArraysFeaturesEXToperator= (PhysicalDeviceYcbcrImageArraysFeaturesEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PhysicalDeviceYcbcrImageArraysFeaturesEXToperator= (VkPhysicalDeviceYcbcrImageArraysFeaturesEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceYcbcrImageArraysFeaturesEXTsetPNext (void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceYcbcrImageArraysFeaturesEXTsetYcbcrImageArrays (vk::Bool32 ycbcrImageArrays_) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceYcbcrImageArraysFeaturesEXT const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceYcbcrImageArraysFeaturesEXT & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDeviceYcbcrImageArraysFeaturesEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDeviceYcbcrImageArraysFeaturesEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::ePhysicalDeviceYcbcrImageArraysFeaturesEXT
 
void * pNext = {}
 
vk::Bool32 ycbcrImageArrays = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 89728 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ PhysicalDeviceYcbcrImageArraysFeaturesEXT() [1/3]

VULKAN_HPP_CONSTEXPR vk::PhysicalDeviceYcbcrImageArraysFeaturesEXT::PhysicalDeviceYcbcrImageArraysFeaturesEXT ( vk::Bool32  ycbcrImageArrays_ = {},
void *  pNext_ = nullptr 
)
inline

Definition at line 89736 of file vulkan_structs.hpp.

◆ PhysicalDeviceYcbcrImageArraysFeaturesEXT() [2/3]

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

◆ PhysicalDeviceYcbcrImageArraysFeaturesEXT() [3/3]

vk::PhysicalDeviceYcbcrImageArraysFeaturesEXT::PhysicalDeviceYcbcrImageArraysFeaturesEXT ( VkPhysicalDeviceYcbcrImageArraysFeaturesEXT const &  rhs)
inline

Definition at line 89745 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkPhysicalDeviceYcbcrImageArraysFeaturesEXT &()

vk::PhysicalDeviceYcbcrImageArraysFeaturesEXT::operator VkPhysicalDeviceYcbcrImageArraysFeaturesEXT & ( )
inline

Definition at line 89779 of file vulkan_structs.hpp.

◆ operator VkPhysicalDeviceYcbcrImageArraysFeaturesEXT const &()

vk::PhysicalDeviceYcbcrImageArraysFeaturesEXT::operator VkPhysicalDeviceYcbcrImageArraysFeaturesEXT const & ( ) const
inline

Definition at line 89774 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 89808 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

PhysicalDeviceYcbcrImageArraysFeaturesEXT& vk::PhysicalDeviceYcbcrImageArraysFeaturesEXT::operator= ( VkPhysicalDeviceYcbcrImageArraysFeaturesEXT const &  rhs)
inline

Definition at line 89753 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 89799 of file vulkan_structs.hpp.

◆ setPNext()

VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceYcbcrImageArraysFeaturesEXT& vk::PhysicalDeviceYcbcrImageArraysFeaturesEXT::setPNext ( void *  pNext_)
inline

Definition at line 89760 of file vulkan_structs.hpp.

◆ setYcbcrImageArrays()

VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceYcbcrImageArraysFeaturesEXT& vk::PhysicalDeviceYcbcrImageArraysFeaturesEXT::setYcbcrImageArrays ( vk::Bool32  ycbcrImageArrays_)
inline

Definition at line 89767 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 89732 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 89816 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::PhysicalDeviceYcbcrImageArraysFeaturesEXT::structureType = StructureType::ePhysicalDeviceYcbcrImageArraysFeaturesEXT
static

Definition at line 89733 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::PhysicalDeviceYcbcrImageArraysFeaturesEXT::sType = StructureType::ePhysicalDeviceYcbcrImageArraysFeaturesEXT

Definition at line 89815 of file vulkan_structs.hpp.

◆ ycbcrImageArrays

vk::Bool32 vk::PhysicalDeviceYcbcrImageArraysFeaturesEXT::ycbcrImageArrays = {}

Definition at line 89817 of file vulkan_structs.hpp.


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