Skip to content

Commit

Permalink
compiler > parser
Browse files Browse the repository at this point in the history
  • Loading branch information
theomonnom authored Jun 22, 2024
1 parent d9b6fec commit c8f9b8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion naga-cli/src/bin/naga.rs
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ struct Args {
#[argh(positional)]
files: Vec<String>,

/// defines to be passed to the compiler (only glsl is supported)
/// defines to be passed to the parser (only glsl is supported)
#[argh(option, short = 'D')]
defines: Vec<Defines>,
}
Expand Down

0 comments on commit c8f9b8a

Please sign in to comment.