Vulkan-Hpp
vk::PhysicalDeviceMaintenance3Properties Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDeviceMaintenance3Properties
 

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDeviceMaintenance3Properties (uint32_t maxPerSetDescriptors_={}, vk::DeviceSize maxMemoryAllocationSize_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PhysicalDeviceMaintenance3Properties (PhysicalDeviceMaintenance3Properties const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDeviceMaintenance3Properties (VkPhysicalDeviceMaintenance3Properties const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceMaintenance3Propertiesoperator= (PhysicalDeviceMaintenance3Properties const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PhysicalDeviceMaintenance3Propertiesoperator= (VkPhysicalDeviceMaintenance3Properties const &rhs) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceMaintenance3Properties const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceMaintenance3Properties & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDeviceMaintenance3Properties const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDeviceMaintenance3Properties const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::ePhysicalDeviceMaintenance3Properties
 
void * pNext = {}
 
uint32_t maxPerSetDescriptors = {}
 
vk::DeviceSize maxMemoryAllocationSize = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 71276 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ PhysicalDeviceMaintenance3Properties() [1/3]

VULKAN_HPP_CONSTEXPR vk::PhysicalDeviceMaintenance3Properties::PhysicalDeviceMaintenance3Properties ( uint32_t  maxPerSetDescriptors_ = {},
vk::DeviceSize  maxMemoryAllocationSize_ = {},
void *  pNext_ = nullptr 
)
inline

Definition at line 71284 of file vulkan_structs.hpp.

◆ PhysicalDeviceMaintenance3Properties() [2/3]

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

◆ PhysicalDeviceMaintenance3Properties() [3/3]

vk::PhysicalDeviceMaintenance3Properties::PhysicalDeviceMaintenance3Properties ( VkPhysicalDeviceMaintenance3Properties const &  rhs)
inline

Definition at line 71295 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkPhysicalDeviceMaintenance3Properties &()

vk::PhysicalDeviceMaintenance3Properties::operator VkPhysicalDeviceMaintenance3Properties & ( )
inline

Definition at line 71314 of file vulkan_structs.hpp.

◆ operator VkPhysicalDeviceMaintenance3Properties const &()

vk::PhysicalDeviceMaintenance3Properties::operator VkPhysicalDeviceMaintenance3Properties const & ( ) const
inline

Definition at line 71309 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 71344 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

PhysicalDeviceMaintenance3Properties& vk::PhysicalDeviceMaintenance3Properties::operator= ( VkPhysicalDeviceMaintenance3Properties const &  rhs)
inline

Definition at line 71303 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 71334 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 71280 of file vulkan_structs.hpp.

◆ maxMemoryAllocationSize

vk::DeviceSize vk::PhysicalDeviceMaintenance3Properties::maxMemoryAllocationSize = {}

Definition at line 71354 of file vulkan_structs.hpp.

◆ maxPerSetDescriptors

uint32_t vk::PhysicalDeviceMaintenance3Properties::maxPerSetDescriptors = {}

Definition at line 71353 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 71352 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::PhysicalDeviceMaintenance3Properties::structureType = StructureType::ePhysicalDeviceMaintenance3Properties
static

Definition at line 71281 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::PhysicalDeviceMaintenance3Properties::sType = StructureType::ePhysicalDeviceMaintenance3Properties

Definition at line 71351 of file vulkan_structs.hpp.


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