Vulkan-Hpp
vk::PhysicalDevice4444FormatsFeaturesEXT Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDevice4444FormatsFeaturesEXT
 

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDevice4444FormatsFeaturesEXT (vk::Bool32 formatA4R4G4B4_={}, vk::Bool32 formatA4B4G4R4_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PhysicalDevice4444FormatsFeaturesEXT (PhysicalDevice4444FormatsFeaturesEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDevice4444FormatsFeaturesEXT (VkPhysicalDevice4444FormatsFeaturesEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDevice4444FormatsFeaturesEXToperator= (PhysicalDevice4444FormatsFeaturesEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PhysicalDevice4444FormatsFeaturesEXToperator= (VkPhysicalDevice4444FormatsFeaturesEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDevice4444FormatsFeaturesEXTsetPNext (void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDevice4444FormatsFeaturesEXTsetFormatA4R4G4B4 (vk::Bool32 formatA4R4G4B4_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDevice4444FormatsFeaturesEXTsetFormatA4B4G4R4 (vk::Bool32 formatA4B4G4R4_) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDevice4444FormatsFeaturesEXT const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDevice4444FormatsFeaturesEXT & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDevice4444FormatsFeaturesEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDevice4444FormatsFeaturesEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::ePhysicalDevice4444FormatsFeaturesEXT
 
void * pNext = {}
 
vk::Bool32 formatA4R4G4B4 = {}
 
vk::Bool32 formatA4B4G4R4 = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 56220 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ PhysicalDevice4444FormatsFeaturesEXT() [1/3]

VULKAN_HPP_CONSTEXPR vk::PhysicalDevice4444FormatsFeaturesEXT::PhysicalDevice4444FormatsFeaturesEXT ( vk::Bool32  formatA4R4G4B4_ = {},
vk::Bool32  formatA4B4G4R4_ = {},
void *  pNext_ = nullptr 
)
inline

Definition at line 56228 of file vulkan_structs.hpp.

◆ PhysicalDevice4444FormatsFeaturesEXT() [2/3]

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

◆ PhysicalDevice4444FormatsFeaturesEXT() [3/3]

vk::PhysicalDevice4444FormatsFeaturesEXT::PhysicalDevice4444FormatsFeaturesEXT ( VkPhysicalDevice4444FormatsFeaturesEXT const &  rhs)
inline

Definition at line 56239 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkPhysicalDevice4444FormatsFeaturesEXT &()

vk::PhysicalDevice4444FormatsFeaturesEXT::operator VkPhysicalDevice4444FormatsFeaturesEXT & ( )
inline

Definition at line 56278 of file vulkan_structs.hpp.

◆ operator VkPhysicalDevice4444FormatsFeaturesEXT const &()

vk::PhysicalDevice4444FormatsFeaturesEXT::operator VkPhysicalDevice4444FormatsFeaturesEXT const & ( ) const
inline

Definition at line 56273 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 56307 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

PhysicalDevice4444FormatsFeaturesEXT& vk::PhysicalDevice4444FormatsFeaturesEXT::operator= ( VkPhysicalDevice4444FormatsFeaturesEXT const &  rhs)
inline

Definition at line 56247 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 56298 of file vulkan_structs.hpp.

◆ setFormatA4B4G4R4()

VULKAN_HPP_CONSTEXPR_14 PhysicalDevice4444FormatsFeaturesEXT& vk::PhysicalDevice4444FormatsFeaturesEXT::setFormatA4B4G4R4 ( vk::Bool32  formatA4B4G4R4_)
inline

Definition at line 56266 of file vulkan_structs.hpp.

◆ setFormatA4R4G4B4()

VULKAN_HPP_CONSTEXPR_14 PhysicalDevice4444FormatsFeaturesEXT& vk::PhysicalDevice4444FormatsFeaturesEXT::setFormatA4R4G4B4 ( vk::Bool32  formatA4R4G4B4_)
inline

Definition at line 56260 of file vulkan_structs.hpp.

◆ setPNext()

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

Definition at line 56254 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 56224 of file vulkan_structs.hpp.

◆ formatA4B4G4R4

vk::Bool32 vk::PhysicalDevice4444FormatsFeaturesEXT::formatA4B4G4R4 = {}

Definition at line 56317 of file vulkan_structs.hpp.

◆ formatA4R4G4B4

vk::Bool32 vk::PhysicalDevice4444FormatsFeaturesEXT::formatA4R4G4B4 = {}

Definition at line 56316 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 56315 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::PhysicalDevice4444FormatsFeaturesEXT::structureType = StructureType::ePhysicalDevice4444FormatsFeaturesEXT
static

Definition at line 56225 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::PhysicalDevice4444FormatsFeaturesEXT::sType = StructureType::ePhysicalDevice4444FormatsFeaturesEXT

Definition at line 56314 of file vulkan_structs.hpp.


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