MCPcopy Create free account
hub / github.com/SFML/SFML / VkPhysicalDeviceMemoryProperties

Class VkPhysicalDeviceMemoryProperties

examples/vulkan/vulkan.h:2311–2316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2309 const VkPhysicalDeviceFeatures * pEnabledFeatures;
2310} VkDeviceCreateInfo;
2311typedef struct VkPhysicalDeviceMemoryProperties {
2312 uint32_t memoryTypeCount;
2313 VkMemoryType memoryTypes [ VK_MAX_MEMORY_TYPES ];
2314 uint32_t memoryHeapCount;
2315 VkMemoryHeap memoryHeaps [ VK_MAX_MEMORY_HEAPS ];
2316} VkPhysicalDeviceMemoryProperties;
2317
2318
2319#define VK_VERSION_1_0 1

Callers 2

createBufferMethod · 0.70
createImageMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected