Fix: Spelling mistake in Vulkan error print
Pull Request: https://projects.blender.org/blender/blender/pulls/136535
This commit is contained in:
committed by
Brecht Van Lommel
parent
36154a1ab4
commit
eaee5fc658
@@ -93,7 +93,7 @@ static const char *vulkan_error_as_string(VkResult result)
|
||||
VkResult r = (__expression); \
|
||||
if (r != VK_SUCCESS) { \
|
||||
fprintf(stderr, \
|
||||
"Vulkan Error : %s:%d : %s failled with %s\n", \
|
||||
"Vulkan Error : %s:%d : %s failed with %s\n", \
|
||||
__FILE__, \
|
||||
__LINE__, \
|
||||
__STR(__expression), \
|
||||
|
||||
Reference in New Issue
Block a user