mirror of
https://github.com/openharmony/third_party_vulkan-loader.git
synced 2026-07-19 17:13:36 -04:00
fix typo
resulsts -> results
This commit is contained in:
committed by
Charles Giessen
parent
c129609717
commit
c77d2df50d
@@ -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?*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user