struct PhysicalDeviceMemoryProperties

Defined at line 126215 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

wrapper struct for struct VkPhysicalDeviceMemoryProperties, see

https://registry.khronos.org/vulkan/specs/latest/man/html/VkPhysicalDeviceMemoryProperties.html

Public Members

uint32_t memoryTypeCount
ArrayWrapper1D memoryTypes
uint32_t memoryHeapCount
ArrayWrapper1D memoryHeaps

Public Methods

void PhysicalDeviceMemoryProperties (uint32_t memoryTypeCount_, const std::array<MemoryType, 32U> & memoryTypes_, uint32_t memoryHeapCount_, const std::array<MemoryHeap, 16U> & memoryHeaps_)

Defined at line 126220 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

void PhysicalDeviceMemoryProperties (const PhysicalDeviceMemoryProperties & rhs)

Defined at line 126231 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

void PhysicalDeviceMemoryProperties (const VkPhysicalDeviceMemoryProperties & rhs)

Defined at line 126233 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

PhysicalDeviceMemoryProperties & operator= (const PhysicalDeviceMemoryProperties & rhs)

Defined at line 126238 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

PhysicalDeviceMemoryProperties & operator= (const VkPhysicalDeviceMemoryProperties & rhs)

Defined at line 126241 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

const VkPhysicalDeviceMemoryProperties & operator const VkPhysicalDeviceMemoryProperties & ()

Defined at line 126247 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

VkPhysicalDeviceMemoryProperties & operator VkPhysicalDeviceMemoryProperties & ()

Defined at line 126252 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

const VkPhysicalDeviceMemoryProperties * operator const VkPhysicalDeviceMemoryProperties * ()

Defined at line 126257 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

VkPhysicalDeviceMemoryProperties * operator VkPhysicalDeviceMemoryProperties * ()

Defined at line 126262 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

std::strong_ordering operator<=> (const PhysicalDeviceMemoryProperties & rhs)

Defined at line 126279 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

bool operator== (const PhysicalDeviceMemoryProperties & rhs)

Defined at line 126300 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

bool operator!= (const PhysicalDeviceMemoryProperties & rhs)

Defined at line 126306 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp