Vulkan-Hpp
vk::PhysicalDeviceMemoryBudgetPropertiesEXT Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDeviceMemoryBudgetPropertiesEXT
 

Public Member Functions

VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceMemoryBudgetPropertiesEXT (std::array< vk::DeviceSize, VK_MAX_MEMORY_HEAPS > const &heapBudget_={}, std::array< vk::DeviceSize, VK_MAX_MEMORY_HEAPS > const &heapUsage_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceMemoryBudgetPropertiesEXT (PhysicalDeviceMemoryBudgetPropertiesEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDeviceMemoryBudgetPropertiesEXT (VkPhysicalDeviceMemoryBudgetPropertiesEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceMemoryBudgetPropertiesEXToperator= (PhysicalDeviceMemoryBudgetPropertiesEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PhysicalDeviceMemoryBudgetPropertiesEXToperator= (VkPhysicalDeviceMemoryBudgetPropertiesEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceMemoryBudgetPropertiesEXT const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceMemoryBudgetPropertiesEXT & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDeviceMemoryBudgetPropertiesEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDeviceMemoryBudgetPropertiesEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::ePhysicalDeviceMemoryBudgetPropertiesEXT
 
void * pNext = {}
 
vk::ArrayWrapper1D< vk::DeviceSize, VK_MAX_MEMORY_HEAPSheapBudget = {}
 
vk::ArrayWrapper1D< vk::DeviceSize, VK_MAX_MEMORY_HEAPSheapUsage = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 71952 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ PhysicalDeviceMemoryBudgetPropertiesEXT() [1/3]

VULKAN_HPP_CONSTEXPR_14 vk::PhysicalDeviceMemoryBudgetPropertiesEXT::PhysicalDeviceMemoryBudgetPropertiesEXT ( std::array< vk::DeviceSize, VK_MAX_MEMORY_HEAPS > const &  heapBudget_ = {},
std::array< vk::DeviceSize, VK_MAX_MEMORY_HEAPS > const &  heapUsage_ = {},
void *  pNext_ = nullptr 
)
inline

Definition at line 71960 of file vulkan_structs.hpp.

◆ PhysicalDeviceMemoryBudgetPropertiesEXT() [2/3]

VULKAN_HPP_CONSTEXPR_14 vk::PhysicalDeviceMemoryBudgetPropertiesEXT::PhysicalDeviceMemoryBudgetPropertiesEXT ( PhysicalDeviceMemoryBudgetPropertiesEXT const &  rhs)
default

◆ PhysicalDeviceMemoryBudgetPropertiesEXT() [3/3]

vk::PhysicalDeviceMemoryBudgetPropertiesEXT::PhysicalDeviceMemoryBudgetPropertiesEXT ( VkPhysicalDeviceMemoryBudgetPropertiesEXT const &  rhs)
inline

Definition at line 71971 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkPhysicalDeviceMemoryBudgetPropertiesEXT &()

vk::PhysicalDeviceMemoryBudgetPropertiesEXT::operator VkPhysicalDeviceMemoryBudgetPropertiesEXT & ( )
inline

Definition at line 71990 of file vulkan_structs.hpp.

◆ operator VkPhysicalDeviceMemoryBudgetPropertiesEXT const &()

vk::PhysicalDeviceMemoryBudgetPropertiesEXT::operator VkPhysicalDeviceMemoryBudgetPropertiesEXT const & ( ) const
inline

Definition at line 71985 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 72022 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

PhysicalDeviceMemoryBudgetPropertiesEXT& vk::PhysicalDeviceMemoryBudgetPropertiesEXT::operator= ( VkPhysicalDeviceMemoryBudgetPropertiesEXT const &  rhs)
inline

Definition at line 71979 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 72013 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 71956 of file vulkan_structs.hpp.

◆ heapBudget

vk::ArrayWrapper1D<vk::DeviceSize, VK_MAX_MEMORY_HEAPS> vk::PhysicalDeviceMemoryBudgetPropertiesEXT::heapBudget = {}

Definition at line 72031 of file vulkan_structs.hpp.

◆ heapUsage

vk::ArrayWrapper1D<vk::DeviceSize, VK_MAX_MEMORY_HEAPS> vk::PhysicalDeviceMemoryBudgetPropertiesEXT::heapUsage = {}

Definition at line 72032 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 72030 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::PhysicalDeviceMemoryBudgetPropertiesEXT::structureType = StructureType::ePhysicalDeviceMemoryBudgetPropertiesEXT
static

Definition at line 71957 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::PhysicalDeviceMemoryBudgetPropertiesEXT::sType = StructureType::ePhysicalDeviceMemoryBudgetPropertiesEXT

Definition at line 72029 of file vulkan_structs.hpp.


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