Skip to content

Commit

Permalink
Fix undeclared ident
Browse files Browse the repository at this point in the history
  • Loading branch information
evahop committed Oct 4, 2023
1 parent 9fca2ec commit 6489453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/back/hlsl/writer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3307,7 +3307,7 @@ impl<'a, W: fmt::Write> super::Writer<'a, W> {

writeln!(
self.out,
".GetDimensions(0u, {prefix}_dim.x, {prefix}_dim.y, num);"
".GetDimensions(0u, {prefix}_dim.x, {prefix}_dim.y, {prefix}_num);"
)?;

writeln!(
Expand Down

0 comments on commit 6489453

Please sign in to comment.