Vulkan-Hpp
vk::PhysicalDeviceMaintenance4Properties Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDeviceMaintenance4Properties
 

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDeviceMaintenance4Properties (vk::DeviceSize maxBufferSize_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PhysicalDeviceMaintenance4Properties (PhysicalDeviceMaintenance4Properties const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDeviceMaintenance4Properties (VkPhysicalDeviceMaintenance4Properties const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceMaintenance4Propertiesoperator= (PhysicalDeviceMaintenance4Properties const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PhysicalDeviceMaintenance4Propertiesoperator= (VkPhysicalDeviceMaintenance4Properties const &rhs) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceMaintenance4Properties const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceMaintenance4Properties & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDeviceMaintenance4Properties const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDeviceMaintenance4Properties const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::ePhysicalDeviceMaintenance4Properties
 
void * pNext = {}
 
vk::DeviceSize maxBufferSize = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 71463 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ PhysicalDeviceMaintenance4Properties() [1/3]

VULKAN_HPP_CONSTEXPR vk::PhysicalDeviceMaintenance4Properties::PhysicalDeviceMaintenance4Properties ( vk::DeviceSize  maxBufferSize_ = {},
void *  pNext_ = nullptr 
)
inline

Definition at line 71471 of file vulkan_structs.hpp.

◆ PhysicalDeviceMaintenance4Properties() [2/3]

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

◆ PhysicalDeviceMaintenance4Properties() [3/3]

vk::PhysicalDeviceMaintenance4Properties::PhysicalDeviceMaintenance4Properties ( VkPhysicalDeviceMaintenance4Properties const &  rhs)
inline

Definition at line 71480 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkPhysicalDeviceMaintenance4Properties &()

vk::PhysicalDeviceMaintenance4Properties::operator VkPhysicalDeviceMaintenance4Properties & ( )
inline

Definition at line 71499 of file vulkan_structs.hpp.

◆ operator VkPhysicalDeviceMaintenance4Properties const &()

vk::PhysicalDeviceMaintenance4Properties::operator VkPhysicalDeviceMaintenance4Properties const & ( ) const
inline

Definition at line 71494 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 71528 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

PhysicalDeviceMaintenance4Properties& vk::PhysicalDeviceMaintenance4Properties::operator= ( VkPhysicalDeviceMaintenance4Properties const &  rhs)
inline

Definition at line 71488 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 71519 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 71467 of file vulkan_structs.hpp.

◆ maxBufferSize

vk::DeviceSize vk::PhysicalDeviceMaintenance4Properties::maxBufferSize = {}

Definition at line 71537 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 71536 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::PhysicalDeviceMaintenance4Properties::structureType = StructureType::ePhysicalDeviceMaintenance4Properties
static

Definition at line 71468 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::PhysicalDeviceMaintenance4Properties::sType = StructureType::ePhysicalDeviceMaintenance4Properties

Definition at line 71535 of file vulkan_structs.hpp.


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