Vulkan-Hpp
vk::PhysicalDeviceFragmentDensityMapFeaturesEXT Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDeviceFragmentDensityMapFeaturesEXT
 

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDeviceFragmentDensityMapFeaturesEXT (vk::Bool32 fragmentDensityMap_={}, vk::Bool32 fragmentDensityMapDynamic_={}, vk::Bool32 fragmentDensityMapNonSubsampledImages_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PhysicalDeviceFragmentDensityMapFeaturesEXT (PhysicalDeviceFragmentDensityMapFeaturesEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDeviceFragmentDensityMapFeaturesEXT (VkPhysicalDeviceFragmentDensityMapFeaturesEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceFragmentDensityMapFeaturesEXToperator= (PhysicalDeviceFragmentDensityMapFeaturesEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PhysicalDeviceFragmentDensityMapFeaturesEXToperator= (VkPhysicalDeviceFragmentDensityMapFeaturesEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceFragmentDensityMapFeaturesEXTsetPNext (void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceFragmentDensityMapFeaturesEXTsetFragmentDensityMap (vk::Bool32 fragmentDensityMap_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceFragmentDensityMapFeaturesEXTsetFragmentDensityMapDynamic (vk::Bool32 fragmentDensityMapDynamic_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceFragmentDensityMapFeaturesEXTsetFragmentDensityMapNonSubsampledImages (vk::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
 

Public Attributes

vk::StructureType sType = StructureType::ePhysicalDeviceFragmentDensityMapFeaturesEXT
 
void * pNext = {}
 
vk::Bool32 fragmentDensityMap = {}
 
vk::Bool32 fragmentDensityMapDynamic = {}
 
vk::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 65752 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ PhysicalDeviceFragmentDensityMapFeaturesEXT() [1/3]

VULKAN_HPP_CONSTEXPR vk::PhysicalDeviceFragmentDensityMapFeaturesEXT::PhysicalDeviceFragmentDensityMapFeaturesEXT ( vk::Bool32  fragmentDensityMap_ = {},
vk::Bool32  fragmentDensityMapDynamic_ = {},
vk::Bool32  fragmentDensityMapNonSubsampledImages_ = {},
void *  pNext_ = nullptr 
)
inline

Definition at line 65760 of file vulkan_structs.hpp.

◆ PhysicalDeviceFragmentDensityMapFeaturesEXT() [2/3]

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

◆ PhysicalDeviceFragmentDensityMapFeaturesEXT() [3/3]

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

Definition at line 65773 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkPhysicalDeviceFragmentDensityMapFeaturesEXT &()

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

Definition at line 65821 of file vulkan_structs.hpp.

◆ operator VkPhysicalDeviceFragmentDensityMapFeaturesEXT const &()

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

Definition at line 65816 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 65856 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

Definition at line 65781 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 65845 of file vulkan_structs.hpp.

◆ setFragmentDensityMap()

VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceFragmentDensityMapFeaturesEXT& vk::PhysicalDeviceFragmentDensityMapFeaturesEXT::setFragmentDensityMap ( vk::Bool32  fragmentDensityMap_)
inline

Definition at line 65795 of file vulkan_structs.hpp.

◆ setFragmentDensityMapDynamic()

VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceFragmentDensityMapFeaturesEXT& vk::PhysicalDeviceFragmentDensityMapFeaturesEXT::setFragmentDensityMapDynamic ( vk::Bool32  fragmentDensityMapDynamic_)
inline

Definition at line 65802 of file vulkan_structs.hpp.

◆ setFragmentDensityMapNonSubsampledImages()

VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceFragmentDensityMapFeaturesEXT& vk::PhysicalDeviceFragmentDensityMapFeaturesEXT::setFragmentDensityMapNonSubsampledImages ( vk::Bool32  fragmentDensityMapNonSubsampledImages_)
inline

Definition at line 65809 of file vulkan_structs.hpp.

◆ setPNext()

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

Definition at line 65788 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 65756 of file vulkan_structs.hpp.

◆ fragmentDensityMap

vk::Bool32 vk::PhysicalDeviceFragmentDensityMapFeaturesEXT::fragmentDensityMap = {}

Definition at line 65865 of file vulkan_structs.hpp.

◆ fragmentDensityMapDynamic

vk::Bool32 vk::PhysicalDeviceFragmentDensityMapFeaturesEXT::fragmentDensityMapDynamic = {}

Definition at line 65866 of file vulkan_structs.hpp.

◆ fragmentDensityMapNonSubsampledImages

vk::Bool32 vk::PhysicalDeviceFragmentDensityMapFeaturesEXT::fragmentDensityMapNonSubsampledImages = {}

Definition at line 65867 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 65864 of file vulkan_structs.hpp.

◆ structureType

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

Definition at line 65757 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::PhysicalDeviceFragmentDensityMapFeaturesEXT::sType = StructureType::ePhysicalDeviceFragmentDensityMapFeaturesEXT

Definition at line 65863 of file vulkan_structs.hpp.


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