resulsts -> results
This commit is contained in:
Tim Gfrerer
2022-05-31 10:19:05 +01:00
committed by Charles Giessen
parent c129609717
commit c77d2df50d
+1 -1
View File
@@ -121,7 +121,7 @@ should set up its own dispatch table for every Vulkan API entry-point.
For every instance-level Vulkan command in the dispatch table, the function pointer
should be queried and filled in by using the results of `vkGetInstanceProcAddr`.
Additionally, for every device-level Vulkan command, the function pointer
should be queried and filled in using the resulsts of `vkGetDeviceProcAddr`.
should be queried and filled in using the results of `vkGetDeviceProcAddr`.
*Why do this?*