Skip to content

Commit d03e515

Browse files
committed
build: Update to header 1.4.332
1 parent 8a25939 commit d03e515

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# ~~~
1919
cmake_minimum_required(VERSION 3.22.1)
2020

21-
project(VULKAN_LOADER VERSION 1.4.331 LANGUAGES C)
21+
project(VULKAN_LOADER VERSION 1.4.332 LANGUAGES C)
2222

2323
option(CODE_COVERAGE "Enable Code Coverage" OFF)
2424
if (CODE_COVERAGE)

loader/generated/vk_loader_extensions.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9872,7 +9872,7 @@ VKAPI_ATTR void VKAPI_CALL GetDeviceTensorMemoryRequirementsARM(
98729872

98739873
VKAPI_ATTR void VKAPI_CALL CmdCopyTensorARM(
98749874
VkCommandBuffer commandBuffer,
9875-
const VkCopyTensorInfoARM* pCopyTensorInfo) {
9875+
const VkCopyTensorInfoARM* pCopyTensorInfo) {
98769876
const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer);
98779877
if (NULL == disp) {
98789878
loader_log(NULL, VULKAN_LOADER_FATAL_ERROR_BIT | VULKAN_LOADER_ERROR_BIT | VULKAN_LOADER_VALIDATION_BIT, 0,

loader/loader.rc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
#include "winres.h"
2323

2424
// All set through CMake
25-
#define VER_FILE_VERSION 1, 4, 331, 0
26-
#define VER_FILE_DESCRIPTION_STR "1.4.331.Dev Build"
25+
#define VER_FILE_VERSION 1, 4, 332, 0
26+
#define VER_FILE_DESCRIPTION_STR "1.4.332.Dev Build"
2727
#define VER_FILE_VERSION_STR "Vulkan Loader - Dev Build"
2828
#define VER_COPYRIGHT_STR "Copyright (C) 2015-2025"
2929

scripts/known_good.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"sub_dir": "Vulkan-Headers",
88
"build_dir": "Vulkan-Headers/build",
99
"install_dir": "Vulkan-Headers/build/install",
10-
"commit": "v1.4.331"
10+
"commit": "v1.4.332"
1111
},
1212
{
1313
"name": "googletest",

0 commit comments

Comments
 (0)