SDL  2.0
VULKAN_HPP_NAMESPACE::PhysicalDeviceFragmentDensityMapFeaturesEXT Struct Reference

#include <vulkan.hpp>

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDeviceFragmentDensityMapFeaturesEXT (VULKAN_HPP_NAMESPACE::Bool32 fragmentDensityMap_={}, VULKAN_HPP_NAMESPACE::Bool32 fragmentDensityMapDynamic_={}, VULKAN_HPP_NAMESPACE::Bool32 fragmentDensityMapNonSubsampledImages_={}) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PhysicalDeviceFragmentDensityMapFeaturesEXT (PhysicalDeviceFragmentDensityMapFeaturesEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDeviceFragmentDensityMapFeaturesEXT (VkPhysicalDeviceFragmentDensityMapFeaturesEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceFragmentDensityMapFeaturesEXToperator= (VkPhysicalDeviceFragmentDensityMapFeaturesEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceFragmentDensityMapFeaturesEXToperator= (PhysicalDeviceFragmentDensityMapFeaturesEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceFragmentDensityMapFeaturesEXTsetPNext (void *pNext_) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceFragmentDensityMapFeaturesEXTsetFragmentDensityMap (VULKAN_HPP_NAMESPACE::Bool32 fragmentDensityMap_) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceFragmentDensityMapFeaturesEXTsetFragmentDensityMapDynamic (VULKAN_HPP_NAMESPACE::Bool32 fragmentDensityMapDynamic_) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceFragmentDensityMapFeaturesEXTsetFragmentDensityMapNonSubsampledImages (VULKAN_HPP_NAMESPACE::Bool32 fragmentDensityMapNonSubsampledImages_) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceFragmentDensityMapFeaturesEXT const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceFragmentDensityMapFeaturesEXT & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDeviceFragmentDensityMapFeaturesEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDeviceFragmentDensityMapFeaturesEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 

Data Fields

const VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::ePhysicalDeviceFragmentDensityMapFeaturesEXT
 
voidpNext = {}
 
VULKAN_HPP_NAMESPACE::Bool32 fragmentDensityMap = {}
 
VULKAN_HPP_NAMESPACE::Bool32 fragmentDensityMapDynamic = {}
 
VULKAN_HPP_NAMESPACE::Bool32 fragmentDensityMapNonSubsampledImages = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 64612 of file vulkan.hpp.

Constructor & Destructor Documentation

◆ PhysicalDeviceFragmentDensityMapFeaturesEXT() [1/3]

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::PhysicalDeviceFragmentDensityMapFeaturesEXT::PhysicalDeviceFragmentDensityMapFeaturesEXT ( VULKAN_HPP_NAMESPACE::Bool32  fragmentDensityMap_ = {},
VULKAN_HPP_NAMESPACE::Bool32  fragmentDensityMapDynamic_ = {},
VULKAN_HPP_NAMESPACE::Bool32  fragmentDensityMapNonSubsampledImages_ = {} 
)
inline

Definition at line 64618 of file vulkan.hpp.

64618  {}, VULKAN_HPP_NAMESPACE::Bool32 fragmentDensityMapDynamic_ = {}, VULKAN_HPP_NAMESPACE::Bool32 fragmentDensityMapNonSubsampledImages_ = {}) VULKAN_HPP_NOEXCEPT
64619  : fragmentDensityMap( fragmentDensityMap_ ), fragmentDensityMapDynamic( fragmentDensityMapDynamic_ ), fragmentDensityMapNonSubsampledImages( fragmentDensityMapNonSubsampledImages_ )
64620  {}
#define VULKAN_HPP_NOEXCEPT
Definition: vulkan.hpp:179

◆ PhysicalDeviceFragmentDensityMapFeaturesEXT() [2/3]

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

◆ PhysicalDeviceFragmentDensityMapFeaturesEXT() [3/3]

VULKAN_HPP_NAMESPACE::PhysicalDeviceFragmentDensityMapFeaturesEXT::PhysicalDeviceFragmentDensityMapFeaturesEXT ( VkPhysicalDeviceFragmentDensityMapFeaturesEXT const &  rhs)
inline

Definition at line 64624 of file vulkan.hpp.

64625  {
64626  *this = rhs;
64627  }

Member Function Documentation

◆ operator VkPhysicalDeviceFragmentDensityMapFeaturesEXT &()

VULKAN_HPP_NAMESPACE::PhysicalDeviceFragmentDensityMapFeaturesEXT::operator VkPhysicalDeviceFragmentDensityMapFeaturesEXT & ( )
inline

Definition at line 64672 of file vulkan.hpp.

64673  {
64674  return *reinterpret_cast<VkPhysicalDeviceFragmentDensityMapFeaturesEXT*>( this );
64675  }

◆ operator VkPhysicalDeviceFragmentDensityMapFeaturesEXT const &()

VULKAN_HPP_NAMESPACE::PhysicalDeviceFragmentDensityMapFeaturesEXT::operator VkPhysicalDeviceFragmentDensityMapFeaturesEXT const & ( ) const
inline

Definition at line 64667 of file vulkan.hpp.

64668  {
64669  return *reinterpret_cast<const VkPhysicalDeviceFragmentDensityMapFeaturesEXT*>( this );
64670  }

◆ operator!=()

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

Definition at line 64690 of file vulkan.hpp.

64691  {
64692  return !operator==( rhs );
64693  }
bool operator==(PhysicalDeviceFragmentDensityMapFeaturesEXT const &rhs) const VULKAN_HPP_NOEXCEPT
Definition: vulkan.hpp:64681

References VULKAN_HPP_NAMESPACE::operator==().

◆ operator=() [1/2]

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

Definition at line 64636 of file vulkan.hpp.

64637  {
64638  memcpy( static_cast<void *>( this ), &rhs, sizeof( PhysicalDeviceFragmentDensityMapFeaturesEXT ) );
64639  return *this;
64640  }
#define memcpy
Definition: SDL_malloc.c:630
VULKAN_HPP_CONSTEXPR PhysicalDeviceFragmentDensityMapFeaturesEXT(VULKAN_HPP_NAMESPACE::Bool32 fragmentDensityMap_={}, VULKAN_HPP_NAMESPACE::Bool32 fragmentDensityMapDynamic_={}, VULKAN_HPP_NAMESPACE::Bool32 fragmentDensityMapNonSubsampledImages_={}) VULKAN_HPP_NOEXCEPT
Definition: vulkan.hpp:64618

References memcpy.

◆ operator=() [2/2]

PhysicalDeviceFragmentDensityMapFeaturesEXT& VULKAN_HPP_NAMESPACE::PhysicalDeviceFragmentDensityMapFeaturesEXT::operator= ( VkPhysicalDeviceFragmentDensityMapFeaturesEXT const &  rhs)
inline

Definition at line 64630 of file vulkan.hpp.

64631  {
64632  *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceFragmentDensityMapFeaturesEXT const *>( &rhs );
64633  return *this;
64634  }

◆ operator==()

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

Definition at line 64681 of file vulkan.hpp.

64682  {
64683  return ( sType == rhs.sType )
64684  && ( pNext == rhs.pNext )
64685  && ( fragmentDensityMap == rhs.fragmentDensityMap )
64686  && ( fragmentDensityMapDynamic == rhs.fragmentDensityMapDynamic )
64687  && ( fragmentDensityMapNonSubsampledImages == rhs.fragmentDensityMapNonSubsampledImages );
64688  }
const VULKAN_HPP_NAMESPACE::StructureType sType
Definition: vulkan.hpp:64699

◆ setFragmentDensityMap()

PhysicalDeviceFragmentDensityMapFeaturesEXT& VULKAN_HPP_NAMESPACE::PhysicalDeviceFragmentDensityMapFeaturesEXT::setFragmentDensityMap ( VULKAN_HPP_NAMESPACE::Bool32  fragmentDensityMap_)
inline

Definition at line 64648 of file vulkan.hpp.

64649  {
64650  fragmentDensityMap = fragmentDensityMap_;
64651  return *this;
64652  }

◆ setFragmentDensityMapDynamic()

PhysicalDeviceFragmentDensityMapFeaturesEXT& VULKAN_HPP_NAMESPACE::PhysicalDeviceFragmentDensityMapFeaturesEXT::setFragmentDensityMapDynamic ( VULKAN_HPP_NAMESPACE::Bool32  fragmentDensityMapDynamic_)
inline

Definition at line 64654 of file vulkan.hpp.

64655  {
64656  fragmentDensityMapDynamic = fragmentDensityMapDynamic_;
64657  return *this;
64658  }

◆ setFragmentDensityMapNonSubsampledImages()

PhysicalDeviceFragmentDensityMapFeaturesEXT& VULKAN_HPP_NAMESPACE::PhysicalDeviceFragmentDensityMapFeaturesEXT::setFragmentDensityMapNonSubsampledImages ( VULKAN_HPP_NAMESPACE::Bool32  fragmentDensityMapNonSubsampledImages_)
inline

Definition at line 64660 of file vulkan.hpp.

64661  {
64662  fragmentDensityMapNonSubsampledImages = fragmentDensityMapNonSubsampledImages_;
64663  return *this;
64664  }

◆ setPNext()

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

Definition at line 64642 of file vulkan.hpp.

64643  {
64644  pNext = pNext_;
64645  return *this;
64646  }

Field Documentation

◆ allowDuplicate

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

Definition at line 64614 of file vulkan.hpp.

◆ fragmentDensityMap

VULKAN_HPP_NAMESPACE::Bool32 VULKAN_HPP_NAMESPACE::PhysicalDeviceFragmentDensityMapFeaturesEXT::fragmentDensityMap = {}

Definition at line 64701 of file vulkan.hpp.

◆ fragmentDensityMapDynamic

VULKAN_HPP_NAMESPACE::Bool32 VULKAN_HPP_NAMESPACE::PhysicalDeviceFragmentDensityMapFeaturesEXT::fragmentDensityMapDynamic = {}

Definition at line 64702 of file vulkan.hpp.

◆ fragmentDensityMapNonSubsampledImages

VULKAN_HPP_NAMESPACE::Bool32 VULKAN_HPP_NAMESPACE::PhysicalDeviceFragmentDensityMapFeaturesEXT::fragmentDensityMapNonSubsampledImages = {}

Definition at line 64703 of file vulkan.hpp.

◆ pNext

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

Definition at line 64700 of file vulkan.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType VULKAN_HPP_NAMESPACE::PhysicalDeviceFragmentDensityMapFeaturesEXT::structureType = StructureType::ePhysicalDeviceFragmentDensityMapFeaturesEXT
static

Definition at line 64615 of file vulkan.hpp.

◆ sType

const VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::PhysicalDeviceFragmentDensityMapFeaturesEXT::sType = StructureType::ePhysicalDeviceFragmentDensityMapFeaturesEXT

Definition at line 64699 of file vulkan.hpp.


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