Skip to content

Commit

Permalink
Add Vulkan1_4 in EnvVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
antiagainst committed Mar 10, 2025
1 parent d3cac66 commit 81da8d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shaderc-rs/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ pub enum EnvVersion {
Vulkan1_1 = (1 << 22) | (1 << 12),
Vulkan1_2 = (1 << 22) | (2 << 12),
Vulkan1_3 = (1 << 22) | (3 << 12),
Vulkan1_4 = (1 << 22) | (4 << 12),
// For OpenGL, use the number from #version in shaders.
// Currently no difference between OpenGL 4.5 and 4.6.
// See glslang/Standalone/Standalone.cpp
Expand Down

0 comments on commit 81da8d7

Please sign in to comment.