Skip to content

Commit

Permalink
Update SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
krOoze committed May 6, 2021
1 parent eb65e11 commit f899e52
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/VulkanEnvironment.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

#include "CompilerMessages.h"

#define REQUIRED_HEADER_VERSION 162
#define REQUIRED_HEADER_VERSION 176

#ifdef NDEBUG
#ifndef VULKAN_VALIDATION
Expand Down
4 changes: 4 additions & 0 deletions src/VulkanIntrospection.h
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,10 @@ std::string to_string( const VkObjectType o ){
case VK_OBJECT_TYPE_DISPLAY_KHR: return "DisplayKHR";
case VK_OBJECT_TYPE_DISPLAY_MODE_KHR: return "DisplayModeKHR";
case VK_OBJECT_TYPE_DEBUG_REPORT_CALLBACK_EXT: return "DebugReportCallbackEXT";
#ifdef VK_ENABLE_BETA_EXTENSIONS
case VK_OBJECT_TYPE_VIDEO_SESSION_KHR: return "VideoSessionKHR";
case VK_OBJECT_TYPE_VIDEO_SESSION_PARAMETERS_KHR: return "VideoSessionParametersKHR";
#endif
case VK_OBJECT_TYPE_DEBUG_UTILS_MESSENGER_EXT: return "DebugUtilsMessengerEXT";
case VK_OBJECT_TYPE_ACCELERATION_STRUCTURE_KHR: return "AccelerationStructureKHR";
case VK_OBJECT_TYPE_VALIDATION_CACHE_EXT: return "ValidationCacheEXT";
Expand Down

0 comments on commit f899e52

Please sign in to comment.