We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49322c0 commit e1c0f1eCopy full SHA for e1c0f1e
include/vk_mem_alloc.h
@@ -1695,7 +1695,7 @@ To use this function properly:
1695
1696
\code
1697
VmaAllocatorCreateInfo allocatorCreateInfo = {};
1698
-allocatorCreateInfo.physicalDevice = myPhysivcalDevice;
+allocatorCreateInfo.physicalDevice = myPhysicalDevice;
1699
allocatorCreateInfo.device = myDevice;
1700
allocatorCreateInfo.instance = myInstance;
1701
allocatorCreateInfo.vulkanApiVersion = VK_API_VERSION_1_3;
0 commit comments