Skip to content

Commit

Permalink
Removed unneeded Vulkan symbol definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Aug 28, 2017
1 parent 2a945b4 commit 9341589
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions src/video/SDL_vulkan_utils.c
Expand Up @@ -25,21 +25,6 @@

#if SDL_VIDEO_VULKAN

/* Based on the headers found in
* https://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers
*/
#if VK_HEADER_VERSION < 22
enum
{
VK_ERROR_FRAGMENTED_POOL = -12,
};
#endif
#if VK_HEADER_VERSION < 38
enum {
VK_ERROR_OUT_OF_POOL_MEMORY_KHR = -1000069000
};
#endif

const char *SDL_Vulkan_GetResultString(VkResult result)
{
switch((int)result)
Expand Down

0 comments on commit 9341589

Please sign in to comment.