struct PhysicalDeviceMemoryProperties
Defined at line 78372 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
Public Members
uint32_t memoryTypeCount
ArrayWrapper1D memoryTypes
uint32_t memoryHeapCount
ArrayWrapper1D memoryHeaps
Public Methods
void PhysicalDeviceMemoryProperties (uint32_t memoryTypeCount_, const std::array<vk::MemoryType, 32U> & memoryTypes_, uint32_t memoryHeapCount_, const std::array<vk::MemoryHeap, 16U> & memoryHeaps_)
Defined at line 78377 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
void PhysicalDeviceMemoryProperties (const PhysicalDeviceMemoryProperties & rhs)
Defined at line 78389 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
void PhysicalDeviceMemoryProperties (const VkPhysicalDeviceMemoryProperties & rhs)
Defined at line 78391 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
PhysicalDeviceMemoryProperties & operator= (const PhysicalDeviceMemoryProperties & rhs)
Defined at line 78396 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
PhysicalDeviceMemoryProperties & operator= (const VkPhysicalDeviceMemoryProperties & rhs)
Defined at line 78399 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
const VkPhysicalDeviceMemoryProperties & operator const VkPhysicalDeviceMemoryProperties & ()
Defined at line 78405 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
VkPhysicalDeviceMemoryProperties & operator VkPhysicalDeviceMemoryProperties & ()
Defined at line 78410 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
std::strong_ordering operator<=> (const PhysicalDeviceMemoryProperties & rhs)
Defined at line 78431 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
bool operator== (const PhysicalDeviceMemoryProperties & rhs)
Defined at line 78452 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
bool operator!= (const PhysicalDeviceMemoryProperties & rhs)
Defined at line 78460 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp