Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
XAMPPRocky committed Apr 1, 2021
1 parent 3cdd8c6 commit aadbcda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/runners/ash/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ pub fn main() {
pub fn compile_shaders() -> Vec<SpvFile> {
let spv_paths: Vec<PathBuf> =
vec![
SpirvBuilder::new("examples/shaders/sky-shader", "spirv-unknown-spv1.3")
SpirvBuilder::new("examples/shaders/sky-shader", "spirv-unknown-vulkan1.1")
.print_metadata(false)
.build()
.unwrap(),
Expand Down

0 comments on commit aadbcda

Please sign in to comment.