Skip to content

Commit a68e8bb

Browse files
committed
chore(lib): update vulkan headers from v1.4.332 to v1.4.335
Update Vulkan-Headers library URL to point to the newer version 1.4.335 in the internal builder configuration. This keeps the Vulkan API headers up to date with the latest specification.
1 parent c53d54c commit a68e8bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/builder/libraries.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ var nvcodecheaders = &Library{
231231
// vulkanheaders - Vulkan API headers (cross-platform)
232232
var vulkanheaders = &Library{
233233
Name: "Vulkan-Headers",
234-
URL: "https://github.com/KhronosGroup/Vulkan-Headers/archive/refs/tags/v1.4.332.tar.gz",
234+
URL: "https://github.com/KhronosGroup/Vulkan-Headers/archive/refs/tags/v1.4.335.tar.gz",
235235
FFmpegEnables: []string{"vulkan"},
236236
BuildSystem: &CMakeBuild{},
237237
ConfigureArgs: func(os string) []string {

0 commit comments

Comments
 (0)