Vulkan-Hpp
vk::PhysicalDeviceFragmentDensityMapPropertiesEXT Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDeviceFragmentDensityMapPropertiesEXT
 

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDeviceFragmentDensityMapPropertiesEXT (vk::Extent2D minFragmentDensityTexelSize_={}, vk::Extent2D maxFragmentDensityTexelSize_={}, vk::Bool32 fragmentDensityInvocations_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PhysicalDeviceFragmentDensityMapPropertiesEXT (PhysicalDeviceFragmentDensityMapPropertiesEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDeviceFragmentDensityMapPropertiesEXT (VkPhysicalDeviceFragmentDensityMapPropertiesEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceFragmentDensityMapPropertiesEXToperator= (PhysicalDeviceFragmentDensityMapPropertiesEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PhysicalDeviceFragmentDensityMapPropertiesEXToperator= (VkPhysicalDeviceFragmentDensityMapPropertiesEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceFragmentDensityMapPropertiesEXT const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceFragmentDensityMapPropertiesEXT & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDeviceFragmentDensityMapPropertiesEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDeviceFragmentDensityMapPropertiesEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::ePhysicalDeviceFragmentDensityMapPropertiesEXT
 
void * pNext = {}
 
vk::Extent2D minFragmentDensityTexelSize = {}
 
vk::Extent2D maxFragmentDensityTexelSize = {}
 
vk::Bool32 fragmentDensityInvocations = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 66061 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ PhysicalDeviceFragmentDensityMapPropertiesEXT() [1/3]

VULKAN_HPP_CONSTEXPR vk::PhysicalDeviceFragmentDensityMapPropertiesEXT::PhysicalDeviceFragmentDensityMapPropertiesEXT ( vk::Extent2D  minFragmentDensityTexelSize_ = {},
vk::Extent2D  maxFragmentDensityTexelSize_ = {},
vk::Bool32  fragmentDensityInvocations_ = {},
void *  pNext_ = nullptr 
)
inline

Definition at line 66069 of file vulkan_structs.hpp.

◆ PhysicalDeviceFragmentDensityMapPropertiesEXT() [2/3]

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

◆ PhysicalDeviceFragmentDensityMapPropertiesEXT() [3/3]

vk::PhysicalDeviceFragmentDensityMapPropertiesEXT::PhysicalDeviceFragmentDensityMapPropertiesEXT ( VkPhysicalDeviceFragmentDensityMapPropertiesEXT const &  rhs)
inline

Definition at line 66083 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkPhysicalDeviceFragmentDensityMapPropertiesEXT &()

vk::PhysicalDeviceFragmentDensityMapPropertiesEXT::operator VkPhysicalDeviceFragmentDensityMapPropertiesEXT & ( )
inline

Definition at line 66102 of file vulkan_structs.hpp.

◆ operator VkPhysicalDeviceFragmentDensityMapPropertiesEXT const &()

vk::PhysicalDeviceFragmentDensityMapPropertiesEXT::operator VkPhysicalDeviceFragmentDensityMapPropertiesEXT const & ( ) const
inline

Definition at line 66097 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 66136 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

PhysicalDeviceFragmentDensityMapPropertiesEXT& vk::PhysicalDeviceFragmentDensityMapPropertiesEXT::operator= ( VkPhysicalDeviceFragmentDensityMapPropertiesEXT const &  rhs)
inline

Definition at line 66091 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 66126 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 66065 of file vulkan_structs.hpp.

◆ fragmentDensityInvocations

vk::Bool32 vk::PhysicalDeviceFragmentDensityMapPropertiesEXT::fragmentDensityInvocations = {}

Definition at line 66147 of file vulkan_structs.hpp.

◆ maxFragmentDensityTexelSize

vk::Extent2D vk::PhysicalDeviceFragmentDensityMapPropertiesEXT::maxFragmentDensityTexelSize = {}

Definition at line 66146 of file vulkan_structs.hpp.

◆ minFragmentDensityTexelSize

vk::Extent2D vk::PhysicalDeviceFragmentDensityMapPropertiesEXT::minFragmentDensityTexelSize = {}

Definition at line 66145 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 66144 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::PhysicalDeviceFragmentDensityMapPropertiesEXT::structureType = StructureType::ePhysicalDeviceFragmentDensityMapPropertiesEXT
static

Definition at line 66066 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::PhysicalDeviceFragmentDensityMapPropertiesEXT::sType = StructureType::ePhysicalDeviceFragmentDensityMapPropertiesEXT

Definition at line 66143 of file vulkan_structs.hpp.


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