HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VULKAN_HPP_NAMESPACE::PhysicalDeviceLegacyDitheringFeaturesEXT Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDeviceLegacyDitheringFeaturesEXT
 

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDeviceLegacyDitheringFeaturesEXT (VULKAN_HPP_NAMESPACE::Bool32 legacyDithering_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PhysicalDeviceLegacyDitheringFeaturesEXT (PhysicalDeviceLegacyDitheringFeaturesEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDeviceLegacyDitheringFeaturesEXT (VkPhysicalDeviceLegacyDitheringFeaturesEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceLegacyDitheringFeaturesEXToperator= (PhysicalDeviceLegacyDitheringFeaturesEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PhysicalDeviceLegacyDitheringFeaturesEXToperator= (VkPhysicalDeviceLegacyDitheringFeaturesEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
PhysicalDeviceLegacyDitheringFeaturesEXT
setPNext (void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
PhysicalDeviceLegacyDitheringFeaturesEXT
setLegacyDithering (VULKAN_HPP_NAMESPACE::Bool32 legacyDithering_) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceLegacyDitheringFeaturesEXT const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceLegacyDitheringFeaturesEXT & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDeviceLegacyDitheringFeaturesEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDeviceLegacyDitheringFeaturesEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::ePhysicalDeviceLegacyDitheringFeaturesEXT
 
voidpNext = {}
 
VULKAN_HPP_NAMESPACE::Bool32 legacyDithering = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 60968 of file vulkan_structs.hpp.

Member Typedef Documentation

Constructor & Destructor Documentation

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::PhysicalDeviceLegacyDitheringFeaturesEXT::PhysicalDeviceLegacyDitheringFeaturesEXT ( VULKAN_HPP_NAMESPACE::Bool32  legacyDithering_ = {},
void pNext_ = nullptr 
)
inline

Definition at line 60976 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::PhysicalDeviceLegacyDitheringFeaturesEXT::PhysicalDeviceLegacyDitheringFeaturesEXT ( PhysicalDeviceLegacyDitheringFeaturesEXT const rhs)
default
VULKAN_HPP_NAMESPACE::PhysicalDeviceLegacyDitheringFeaturesEXT::PhysicalDeviceLegacyDitheringFeaturesEXT ( VkPhysicalDeviceLegacyDitheringFeaturesEXT const rhs)
inline

Definition at line 60985 of file vulkan_structs.hpp.

Member Function Documentation

VULKAN_HPP_NAMESPACE::PhysicalDeviceLegacyDitheringFeaturesEXT::operator VkPhysicalDeviceLegacyDitheringFeaturesEXT & ( )
inline

Definition at line 61018 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::PhysicalDeviceLegacyDitheringFeaturesEXT::operator VkPhysicalDeviceLegacyDitheringFeaturesEXT const & ( ) const
inline

Definition at line 61013 of file vulkan_structs.hpp.

PhysicalDeviceLegacyDitheringFeaturesEXT& VULKAN_HPP_NAMESPACE::PhysicalDeviceLegacyDitheringFeaturesEXT::operator= ( PhysicalDeviceLegacyDitheringFeaturesEXT const rhs)
default
PhysicalDeviceLegacyDitheringFeaturesEXT& VULKAN_HPP_NAMESPACE::PhysicalDeviceLegacyDitheringFeaturesEXT::operator= ( VkPhysicalDeviceLegacyDitheringFeaturesEXT const rhs)
inline

Definition at line 60993 of file vulkan_structs.hpp.

bool VULKAN_HPP_NAMESPACE::PhysicalDeviceLegacyDitheringFeaturesEXT::operator== ( PhysicalDeviceLegacyDitheringFeaturesEXT const rhs) const
inline

Definition at line 61038 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceLegacyDitheringFeaturesEXT& VULKAN_HPP_NAMESPACE::PhysicalDeviceLegacyDitheringFeaturesEXT::setLegacyDithering ( VULKAN_HPP_NAMESPACE::Bool32  legacyDithering_)
inline

Definition at line 61006 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceLegacyDitheringFeaturesEXT& VULKAN_HPP_NAMESPACE::PhysicalDeviceLegacyDitheringFeaturesEXT::setPNext ( void pNext_)
inline

Definition at line 61000 of file vulkan_structs.hpp.

Member Data Documentation

const bool VULKAN_HPP_NAMESPACE::PhysicalDeviceLegacyDitheringFeaturesEXT::allowDuplicate = false
static

Definition at line 60972 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::Bool32 VULKAN_HPP_NAMESPACE::PhysicalDeviceLegacyDitheringFeaturesEXT::legacyDithering = {}

Definition at line 61056 of file vulkan_structs.hpp.

void* VULKAN_HPP_NAMESPACE::PhysicalDeviceLegacyDitheringFeaturesEXT::pNext = {}

Definition at line 61055 of file vulkan_structs.hpp.

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType VULKAN_HPP_NAMESPACE::PhysicalDeviceLegacyDitheringFeaturesEXT::structureType = StructureType::ePhysicalDeviceLegacyDitheringFeaturesEXT
static

Definition at line 60973 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::PhysicalDeviceLegacyDitheringFeaturesEXT::sType = StructureType::ePhysicalDeviceLegacyDitheringFeaturesEXT

Definition at line 61054 of file vulkan_structs.hpp.


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