Vulkan-Hpp
vk::PhysicalDeviceYcbcrDegammaFeaturesQCOM Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDeviceYcbcrDegammaFeaturesQCOM
 

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDeviceYcbcrDegammaFeaturesQCOM (vk::Bool32 ycbcrDegamma_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PhysicalDeviceYcbcrDegammaFeaturesQCOM (PhysicalDeviceYcbcrDegammaFeaturesQCOM const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDeviceYcbcrDegammaFeaturesQCOM (VkPhysicalDeviceYcbcrDegammaFeaturesQCOM const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceYcbcrDegammaFeaturesQCOMoperator= (PhysicalDeviceYcbcrDegammaFeaturesQCOM const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PhysicalDeviceYcbcrDegammaFeaturesQCOMoperator= (VkPhysicalDeviceYcbcrDegammaFeaturesQCOM const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceYcbcrDegammaFeaturesQCOMsetPNext (void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceYcbcrDegammaFeaturesQCOMsetYcbcrDegamma (vk::Bool32 ycbcrDegamma_) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceYcbcrDegammaFeaturesQCOM const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceYcbcrDegammaFeaturesQCOM & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDeviceYcbcrDegammaFeaturesQCOM const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDeviceYcbcrDegammaFeaturesQCOM const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::ePhysicalDeviceYcbcrDegammaFeaturesQCOM
 
void * pNext = {}
 
vk::Bool32 ycbcrDegamma = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 89632 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ PhysicalDeviceYcbcrDegammaFeaturesQCOM() [1/3]

VULKAN_HPP_CONSTEXPR vk::PhysicalDeviceYcbcrDegammaFeaturesQCOM::PhysicalDeviceYcbcrDegammaFeaturesQCOM ( vk::Bool32  ycbcrDegamma_ = {},
void *  pNext_ = nullptr 
)
inline

Definition at line 89640 of file vulkan_structs.hpp.

◆ PhysicalDeviceYcbcrDegammaFeaturesQCOM() [2/3]

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

◆ PhysicalDeviceYcbcrDegammaFeaturesQCOM() [3/3]

vk::PhysicalDeviceYcbcrDegammaFeaturesQCOM::PhysicalDeviceYcbcrDegammaFeaturesQCOM ( VkPhysicalDeviceYcbcrDegammaFeaturesQCOM const &  rhs)
inline

Definition at line 89648 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkPhysicalDeviceYcbcrDegammaFeaturesQCOM &()

vk::PhysicalDeviceYcbcrDegammaFeaturesQCOM::operator VkPhysicalDeviceYcbcrDegammaFeaturesQCOM & ( )
inline

Definition at line 89681 of file vulkan_structs.hpp.

◆ operator VkPhysicalDeviceYcbcrDegammaFeaturesQCOM const &()

vk::PhysicalDeviceYcbcrDegammaFeaturesQCOM::operator VkPhysicalDeviceYcbcrDegammaFeaturesQCOM const & ( ) const
inline

Definition at line 89676 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 89710 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

PhysicalDeviceYcbcrDegammaFeaturesQCOM& vk::PhysicalDeviceYcbcrDegammaFeaturesQCOM::operator= ( VkPhysicalDeviceYcbcrDegammaFeaturesQCOM const &  rhs)
inline

Definition at line 89656 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 89701 of file vulkan_structs.hpp.

◆ setPNext()

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

Definition at line 89663 of file vulkan_structs.hpp.

◆ setYcbcrDegamma()

VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceYcbcrDegammaFeaturesQCOM& vk::PhysicalDeviceYcbcrDegammaFeaturesQCOM::setYcbcrDegamma ( vk::Bool32  ycbcrDegamma_)
inline

Definition at line 89669 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 89636 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 89718 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::PhysicalDeviceYcbcrDegammaFeaturesQCOM::structureType = StructureType::ePhysicalDeviceYcbcrDegammaFeaturesQCOM
static

Definition at line 89637 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::PhysicalDeviceYcbcrDegammaFeaturesQCOM::sType = StructureType::ePhysicalDeviceYcbcrDegammaFeaturesQCOM

Definition at line 89717 of file vulkan_structs.hpp.

◆ ycbcrDegamma

vk::Bool32 vk::PhysicalDeviceYcbcrDegammaFeaturesQCOM::ycbcrDegamma = {}

Definition at line 89719 of file vulkan_structs.hpp.


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