Skip to content

Commit

Permalink
use "spv"
Browse files Browse the repository at this point in the history
  • Loading branch information
teoxoy authored Jan 19, 2024
1 parent 2970736 commit e31179a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion naga/src/front/spv/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ pub enum Error {

impl Error {
pub fn emit_to_writer(&self, writer: &mut impl WriteColor, source: &str) {
self.emit_to_writer_with_path(writer, source, "glsl");
self.emit_to_writer_with_path(writer, source, "spv");
}

pub fn emit_to_writer_with_path(&self, writer: &mut impl WriteColor, source: &str, path: &str) {
Expand Down

0 comments on commit e31179a

Please sign in to comment.