17 lines
781 B
Plaintext
17 lines
781 B
Plaintext
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
|
|
ifndef::doctype-manpage[]
|
|
[[VkPhysicalDeviceMemoryProperties,VkPhysicalDeviceMemoryProperties]]
|
|
["source","{basebackend@docbook:c++:cpp}",title=""]
|
|
endif::doctype-manpage[]
|
|
ifdef::doctype-manpage[]
|
|
["source","{basebackend@docbook:c++:cpp}"]
|
|
endif::doctype-manpage[]
|
|
------------------------------------------------------------------------------
|
|
typedef struct VkPhysicalDeviceMemoryProperties {
|
|
uint32_t memoryTypeCount;
|
|
VkMemoryType memoryTypes[VK_MAX_MEMORY_TYPES];
|
|
uint32_t memoryHeapCount;
|
|
VkMemoryHeap memoryHeaps[VK_MAX_MEMORY_HEAPS];
|
|
} VkPhysicalDeviceMemoryProperties;
|
|
------------------------------------------------------------------------------
|