mirror of https://github.com/encounter/SDL.git
testvulkan: Patched to compile with SDL's internal Vulkan headers.
This commit is contained in:
parent
0e4ce84801
commit
c3a32605f8
|
@ -164,8 +164,7 @@ static const char *getVulkanResultString(VkResult result)
|
||||||
return "VK_ERROR_OUT_OF_POOL_MEMORY_KHR";
|
return "VK_ERROR_OUT_OF_POOL_MEMORY_KHR";
|
||||||
case VK_ERROR_INVALID_SHADER_NV:
|
case VK_ERROR_INVALID_SHADER_NV:
|
||||||
return "VK_ERROR_INVALID_SHADER_NV";
|
return "VK_ERROR_INVALID_SHADER_NV";
|
||||||
case VK_RESULT_MAX_ENUM:
|
default:
|
||||||
case VK_RESULT_RANGE_SIZE:
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
if(result < 0)
|
if(result < 0)
|
||||||
|
|
Loading…
Reference in New Issue