Vulkan-Hpp
vk::PhysicalDeviceMaintenance6PropertiesKHR Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDeviceMaintenance6PropertiesKHR
 

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDeviceMaintenance6PropertiesKHR (vk::Bool32 blockTexelViewCompatibleMultipleLayers_={}, uint32_t maxCombinedImageSamplerDescriptorCount_={}, vk::Bool32 fragmentShadingRateClampCombinerInputs_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PhysicalDeviceMaintenance6PropertiesKHR (PhysicalDeviceMaintenance6PropertiesKHR const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDeviceMaintenance6PropertiesKHR (VkPhysicalDeviceMaintenance6PropertiesKHR const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceMaintenance6PropertiesKHRoperator= (PhysicalDeviceMaintenance6PropertiesKHR const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PhysicalDeviceMaintenance6PropertiesKHRoperator= (VkPhysicalDeviceMaintenance6PropertiesKHR const &rhs) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceMaintenance6PropertiesKHR const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceMaintenance6PropertiesKHR & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDeviceMaintenance6PropertiesKHR const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDeviceMaintenance6PropertiesKHR const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::ePhysicalDeviceMaintenance6PropertiesKHR
 
void * pNext = {}
 
vk::Bool32 blockTexelViewCompatibleMultipleLayers = {}
 
uint32_t maxCombinedImageSamplerDescriptorCount = {}
 
vk::Bool32 fragmentShadingRateClampCombinerInputs = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 71857 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ PhysicalDeviceMaintenance6PropertiesKHR() [1/3]

VULKAN_HPP_CONSTEXPR vk::PhysicalDeviceMaintenance6PropertiesKHR::PhysicalDeviceMaintenance6PropertiesKHR ( vk::Bool32  blockTexelViewCompatibleMultipleLayers_ = {},
uint32_t  maxCombinedImageSamplerDescriptorCount_ = {},
vk::Bool32  fragmentShadingRateClampCombinerInputs_ = {},
void *  pNext_ = nullptr 
)
inline

Definition at line 71865 of file vulkan_structs.hpp.

◆ PhysicalDeviceMaintenance6PropertiesKHR() [2/3]

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

◆ PhysicalDeviceMaintenance6PropertiesKHR() [3/3]

vk::PhysicalDeviceMaintenance6PropertiesKHR::PhysicalDeviceMaintenance6PropertiesKHR ( VkPhysicalDeviceMaintenance6PropertiesKHR const &  rhs)
inline

Definition at line 71878 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkPhysicalDeviceMaintenance6PropertiesKHR &()

vk::PhysicalDeviceMaintenance6PropertiesKHR::operator VkPhysicalDeviceMaintenance6PropertiesKHR & ( )
inline

Definition at line 71897 of file vulkan_structs.hpp.

◆ operator VkPhysicalDeviceMaintenance6PropertiesKHR const &()

vk::PhysicalDeviceMaintenance6PropertiesKHR::operator VkPhysicalDeviceMaintenance6PropertiesKHR const & ( ) const
inline

Definition at line 71892 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 71932 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

PhysicalDeviceMaintenance6PropertiesKHR& vk::PhysicalDeviceMaintenance6PropertiesKHR::operator= ( VkPhysicalDeviceMaintenance6PropertiesKHR const &  rhs)
inline

Definition at line 71886 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 71921 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 71861 of file vulkan_structs.hpp.

◆ blockTexelViewCompatibleMultipleLayers

vk::Bool32 vk::PhysicalDeviceMaintenance6PropertiesKHR::blockTexelViewCompatibleMultipleLayers = {}

Definition at line 71941 of file vulkan_structs.hpp.

◆ fragmentShadingRateClampCombinerInputs

vk::Bool32 vk::PhysicalDeviceMaintenance6PropertiesKHR::fragmentShadingRateClampCombinerInputs = {}

Definition at line 71943 of file vulkan_structs.hpp.

◆ maxCombinedImageSamplerDescriptorCount

uint32_t vk::PhysicalDeviceMaintenance6PropertiesKHR::maxCombinedImageSamplerDescriptorCount = {}

Definition at line 71942 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 71940 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::PhysicalDeviceMaintenance6PropertiesKHR::structureType = StructureType::ePhysicalDeviceMaintenance6PropertiesKHR
static

Definition at line 71862 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::PhysicalDeviceMaintenance6PropertiesKHR::sType = StructureType::ePhysicalDeviceMaintenance6PropertiesKHR

Definition at line 71939 of file vulkan_structs.hpp.


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