Skip to content

Commit

Permalink
chore: vulkan bump version to 1.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
cxfksword authored and github-actions[bot] committed Oct 10, 2024
1 parent 2eb836d commit d057f9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/BuildScripts/XCFrameworkBuild/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ enum Library: String, CaseIterable {
case .libdovi:
return "3.3.0"
case .vulkan:
return "1.2.9-fix"
return "1.2.11"
case .libshaderc: // compiling GLSL (OpenGL Shading Language) shaders into SPIR-V (Standard Portable Intermediate Representation - Vulkan) code
return "2024.2.0"
case .libuchardet:
Expand Down

0 comments on commit d057f9a

Please sign in to comment.