SDL  2.0
VULKAN_HPP_NAMESPACE::PhysicalDeviceFragmentDensityMap2FeaturesEXT Struct Reference

#include <vulkan.hpp>

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDeviceFragmentDensityMap2FeaturesEXT (VULKAN_HPP_NAMESPACE::Bool32 fragmentDensityMapDeferred_={}) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PhysicalDeviceFragmentDensityMap2FeaturesEXT (PhysicalDeviceFragmentDensityMap2FeaturesEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDeviceFragmentDensityMap2FeaturesEXT (VkPhysicalDeviceFragmentDensityMap2FeaturesEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceFragmentDensityMap2FeaturesEXToperator= (VkPhysicalDeviceFragmentDensityMap2FeaturesEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceFragmentDensityMap2FeaturesEXToperator= (PhysicalDeviceFragmentDensityMap2FeaturesEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceFragmentDensityMap2FeaturesEXTsetPNext (void *pNext_) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceFragmentDensityMap2FeaturesEXTsetFragmentDensityMapDeferred (VULKAN_HPP_NAMESPACE::Bool32 fragmentDensityMapDeferred_) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceFragmentDensityMap2FeaturesEXT const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceFragmentDensityMap2FeaturesEXT & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDeviceFragmentDensityMap2FeaturesEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDeviceFragmentDensityMap2FeaturesEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 

Data Fields

const VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::ePhysicalDeviceFragmentDensityMap2FeaturesEXT
 
voidpNext = {}
 
VULKAN_HPP_NAMESPACE::Bool32 fragmentDensityMapDeferred = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 64444 of file vulkan.hpp.

Constructor & Destructor Documentation

◆ PhysicalDeviceFragmentDensityMap2FeaturesEXT() [1/3]

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::PhysicalDeviceFragmentDensityMap2FeaturesEXT::PhysicalDeviceFragmentDensityMap2FeaturesEXT ( VULKAN_HPP_NAMESPACE::Bool32  fragmentDensityMapDeferred_ = {})
inline

Definition at line 64450 of file vulkan.hpp.

64451  : fragmentDensityMapDeferred( fragmentDensityMapDeferred_ )
64452  {}
#define VULKAN_HPP_NOEXCEPT
Definition: vulkan.hpp:179

◆ PhysicalDeviceFragmentDensityMap2FeaturesEXT() [2/3]

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::PhysicalDeviceFragmentDensityMap2FeaturesEXT::PhysicalDeviceFragmentDensityMap2FeaturesEXT ( PhysicalDeviceFragmentDensityMap2FeaturesEXT const &  rhs)
default

◆ PhysicalDeviceFragmentDensityMap2FeaturesEXT() [3/3]

VULKAN_HPP_NAMESPACE::PhysicalDeviceFragmentDensityMap2FeaturesEXT::PhysicalDeviceFragmentDensityMap2FeaturesEXT ( VkPhysicalDeviceFragmentDensityMap2FeaturesEXT const &  rhs)
inline

Definition at line 64456 of file vulkan.hpp.

64457  {
64458  *this = rhs;
64459  }

Member Function Documentation

◆ operator VkPhysicalDeviceFragmentDensityMap2FeaturesEXT &()

VULKAN_HPP_NAMESPACE::PhysicalDeviceFragmentDensityMap2FeaturesEXT::operator VkPhysicalDeviceFragmentDensityMap2FeaturesEXT & ( )
inline

Definition at line 64492 of file vulkan.hpp.

64493  {
64494  return *reinterpret_cast<VkPhysicalDeviceFragmentDensityMap2FeaturesEXT*>( this );
64495  }

◆ operator VkPhysicalDeviceFragmentDensityMap2FeaturesEXT const &()

VULKAN_HPP_NAMESPACE::PhysicalDeviceFragmentDensityMap2FeaturesEXT::operator VkPhysicalDeviceFragmentDensityMap2FeaturesEXT const & ( ) const
inline

Definition at line 64487 of file vulkan.hpp.

64488  {
64489  return *reinterpret_cast<const VkPhysicalDeviceFragmentDensityMap2FeaturesEXT*>( this );
64490  }

◆ operator!=()

bool VULKAN_HPP_NAMESPACE::PhysicalDeviceFragmentDensityMap2FeaturesEXT::operator!= ( PhysicalDeviceFragmentDensityMap2FeaturesEXT const &  rhs) const
inline

Definition at line 64508 of file vulkan.hpp.

64509  {
64510  return !operator==( rhs );
64511  }
bool operator==(PhysicalDeviceFragmentDensityMap2FeaturesEXT const &rhs) const VULKAN_HPP_NOEXCEPT
Definition: vulkan.hpp:64501

References VULKAN_HPP_NAMESPACE::operator==().

◆ operator=() [1/2]

PhysicalDeviceFragmentDensityMap2FeaturesEXT& VULKAN_HPP_NAMESPACE::PhysicalDeviceFragmentDensityMap2FeaturesEXT::operator= ( PhysicalDeviceFragmentDensityMap2FeaturesEXT const &  rhs)
inline

Definition at line 64468 of file vulkan.hpp.

64469  {
64470  memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceFragmentDensityMap2FeaturesEXT ) );
64471  return *this;
64472  }
#define memcpy
Definition: SDL_malloc.c:630
VULKAN_HPP_CONSTEXPR PhysicalDeviceFragmentDensityMap2FeaturesEXT(VULKAN_HPP_NAMESPACE::Bool32 fragmentDensityMapDeferred_={}) VULKAN_HPP_NOEXCEPT
Definition: vulkan.hpp:64450

References memcpy.

◆ operator=() [2/2]

PhysicalDeviceFragmentDensityMap2FeaturesEXT& VULKAN_HPP_NAMESPACE::PhysicalDeviceFragmentDensityMap2FeaturesEXT::operator= ( VkPhysicalDeviceFragmentDensityMap2FeaturesEXT const &  rhs)
inline

Definition at line 64462 of file vulkan.hpp.

64463  {
64464  *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceFragmentDensityMap2FeaturesEXT const *>( &rhs );
64465  return *this;
64466  }

◆ operator==()

bool VULKAN_HPP_NAMESPACE::PhysicalDeviceFragmentDensityMap2FeaturesEXT::operator== ( PhysicalDeviceFragmentDensityMap2FeaturesEXT const &  rhs) const
inline

Definition at line 64501 of file vulkan.hpp.

64502  {
64503  return ( sType == rhs.sType )
64504  && ( pNext == rhs.pNext )
64505  && ( fragmentDensityMapDeferred == rhs.fragmentDensityMapDeferred );
64506  }

◆ setFragmentDensityMapDeferred()

PhysicalDeviceFragmentDensityMap2FeaturesEXT& VULKAN_HPP_NAMESPACE::PhysicalDeviceFragmentDensityMap2FeaturesEXT::setFragmentDensityMapDeferred ( VULKAN_HPP_NAMESPACE::Bool32  fragmentDensityMapDeferred_)
inline

Definition at line 64480 of file vulkan.hpp.

64481  {
64482  fragmentDensityMapDeferred = fragmentDensityMapDeferred_;
64483  return *this;
64484  }

◆ setPNext()

PhysicalDeviceFragmentDensityMap2FeaturesEXT& VULKAN_HPP_NAMESPACE::PhysicalDeviceFragmentDensityMap2FeaturesEXT::setPNext ( void pNext_)
inline

Definition at line 64474 of file vulkan.hpp.

64475  {
64476  pNext = pNext_;
64477  return *this;
64478  }

Field Documentation

◆ allowDuplicate

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

Definition at line 64446 of file vulkan.hpp.

◆ fragmentDensityMapDeferred

VULKAN_HPP_NAMESPACE::Bool32 VULKAN_HPP_NAMESPACE::PhysicalDeviceFragmentDensityMap2FeaturesEXT::fragmentDensityMapDeferred = {}

Definition at line 64519 of file vulkan.hpp.

◆ pNext

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

Definition at line 64518 of file vulkan.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType VULKAN_HPP_NAMESPACE::PhysicalDeviceFragmentDensityMap2FeaturesEXT::structureType = StructureType::ePhysicalDeviceFragmentDensityMap2FeaturesEXT
static

Definition at line 64447 of file vulkan.hpp.

◆ sType

const VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::PhysicalDeviceFragmentDensityMap2FeaturesEXT::sType = StructureType::ePhysicalDeviceFragmentDensityMap2FeaturesEXT

Definition at line 64517 of file vulkan.hpp.


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