Skip to content

Commit

Permalink
testvulkan: Patched to compile with SDL's internal Vulkan headers.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Nov 9, 2020
1 parent 0e4ce84 commit c3a3260
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/testvulkan.c
Expand Up @@ -164,8 +164,7 @@ static const char *getVulkanResultString(VkResult result)
return "VK_ERROR_OUT_OF_POOL_MEMORY_KHR";
case VK_ERROR_INVALID_SHADER_NV:
return "VK_ERROR_INVALID_SHADER_NV";
case VK_RESULT_MAX_ENUM:
case VK_RESULT_RANGE_SIZE:
default:
break;
}
if(result < 0)
Expand Down

0 comments on commit c3a3260

Please sign in to comment.