Skip to content

Commit e1c0f1e

Browse files
Fixed a typo
1 parent 49322c0 commit e1c0f1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/vk_mem_alloc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1695,7 +1695,7 @@ To use this function properly:
16951695

16961696
\code
16971697
VmaAllocatorCreateInfo allocatorCreateInfo = {};
1698-
allocatorCreateInfo.physicalDevice = myPhysivcalDevice;
1698+
allocatorCreateInfo.physicalDevice = myPhysicalDevice;
16991699
allocatorCreateInfo.device = myDevice;
17001700
allocatorCreateInfo.instance = myInstance;
17011701
allocatorCreateInfo.vulkanApiVersion = VK_API_VERSION_1_3;

0 commit comments

Comments
 (0)