HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VULKAN_HPP_NAMESPACE::PhysicalDeviceMaintenance3Properties Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDeviceMaintenance3Properties
 

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDeviceMaintenance3Properties (uint32_t maxPerSetDescriptors_={}, VULKAN_HPP_NAMESPACE::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

VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::ePhysicalDeviceMaintenance3Properties
 
voidpNext = {}
 
uint32_t maxPerSetDescriptors = {}
 
VULKAN_HPP_NAMESPACE::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 62057 of file vulkan_structs.hpp.

Member Typedef Documentation

Constructor & Destructor Documentation

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

Definition at line 62065 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::PhysicalDeviceMaintenance3Properties::PhysicalDeviceMaintenance3Properties ( PhysicalDeviceMaintenance3Properties const rhs)
default
VULKAN_HPP_NAMESPACE::PhysicalDeviceMaintenance3Properties::PhysicalDeviceMaintenance3Properties ( VkPhysicalDeviceMaintenance3Properties const rhs)
inline

Definition at line 62076 of file vulkan_structs.hpp.

Member Function Documentation

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

Definition at line 62095 of file vulkan_structs.hpp.

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

Definition at line 62090 of file vulkan_structs.hpp.

PhysicalDeviceMaintenance3Properties& VULKAN_HPP_NAMESPACE::PhysicalDeviceMaintenance3Properties::operator= ( PhysicalDeviceMaintenance3Properties const rhs)
default
PhysicalDeviceMaintenance3Properties& VULKAN_HPP_NAMESPACE::PhysicalDeviceMaintenance3Properties::operator= ( VkPhysicalDeviceMaintenance3Properties const rhs)
inline

Definition at line 62084 of file vulkan_structs.hpp.

bool VULKAN_HPP_NAMESPACE::PhysicalDeviceMaintenance3Properties::operator== ( PhysicalDeviceMaintenance3Properties const rhs) const
inline

Definition at line 62115 of file vulkan_structs.hpp.

Member Data Documentation

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

Definition at line 62061 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::DeviceSize VULKAN_HPP_NAMESPACE::PhysicalDeviceMaintenance3Properties::maxMemoryAllocationSize = {}

Definition at line 62135 of file vulkan_structs.hpp.

uint32_t VULKAN_HPP_NAMESPACE::PhysicalDeviceMaintenance3Properties::maxPerSetDescriptors = {}

Definition at line 62134 of file vulkan_structs.hpp.

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

Definition at line 62133 of file vulkan_structs.hpp.

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

Definition at line 62062 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::PhysicalDeviceMaintenance3Properties::sType = StructureType::ePhysicalDeviceMaintenance3Properties

Definition at line 62132 of file vulkan_structs.hpp.


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