Skip to content

Commit

Permalink
build: Prepare for release 1.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
aqnuep committed Oct 14, 2024
1 parent 642416a commit 17bec09
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ cmake_minimum_required(VERSION 3.17.2)
set(VULKANSC ON CACHE BOOL "User defined variable for VULKANSC mode to be passed in through cmake command line e.g. -DVULKANSC=ON")

if(VULKANSC)
project(VULKAN_LOADER VERSION 1.0.15 LANGUAGES C)
project(VULKAN_LOADER VERSION 1.0.16 LANGUAGES C)
else()
project(VULKAN_LOADER VERSION 1.3.295 LANGUAGES C)
endif()
Expand Down
1 change: 1 addition & 0 deletions loader/generated-vksc/vk_loader_extensions.c
Original file line number Diff line number Diff line change
Expand Up @@ -3835,5 +3835,6 @@ const char *const LOADER_INSTANCE_EXTENSIONS[] = {
VK_EXT_VALIDATION_FEATURES_EXTENSION_NAME,
VK_EXT_HEADLESS_SURFACE_EXTENSION_NAME,
VK_EXT_APPLICATION_PARAMETERS_EXTENSION_NAME,
VK_EXT_LAYER_SETTINGS_EXTENSION_NAME,
NULL };
// clang-format on
2 changes: 1 addition & 1 deletion scripts/known_good.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"cmake_options": [
"-DGEN_VULKANSC_COMBINED=ON"
],
"commit": "662d344a7910de45a523f11efd8af7479c71e29e"
"commit": "vksc1.0.16"
},
{
"name": "googletest",
Expand Down

0 comments on commit 17bec09

Please sign in to comment.