Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions TRAP/src/Graphics/API/Vulkan/Utils/VulkanLoader.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Modified by: Jan "GamesTrap" Schuerkamp
#endif /*VULKAN_H_ && !VK_NO_PROTOTYPES*/

/* VULKANLOADER_GENERATE_VERSION_DEFINE */
#define VULKANLOADER_HEADER_VERSION 355
#define VULKANLOADER_HEADER_VERSION 356
/* VULKANLOADER_GENERATE_VERSION_DEFINE */

/* VULKANLOADER_GENERATE_COMPLETE_VERSION_DEFINE */
Expand All @@ -37,7 +37,7 @@ Modified by: Jan "GamesTrap" Schuerkamp
/* VULKANLOADER_GENERATE_MINOR_VERSION_DEFINE */

/* VULKANLOADER_GENERATE_PATCH_VERSION_DEFINE */
#define VULKANLOADER_HEADER_VERSION_PATCH 355
#define VULKANLOADER_HEADER_VERSION_PATCH 356
/* VULKANLOADER_GENERATE_PATCH_VERSION_DEFINE */

#ifndef VK_NO_PROTOTYPES
Expand Down