Skip to content

Commit

Permalink
complete HLSL reserved symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
teoxoy authored and jimblandy committed Jun 13, 2023
1 parent dbb6d8e commit 763ec5d
Show file tree
Hide file tree
Showing 6 changed files with 748 additions and 8 deletions.
1 change: 1 addition & 0 deletions src/back/glsl/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,7 @@ impl<'a, W: Write> Writer<'a, W> {
module,
keywords::RESERVED_KEYWORDS,
&[],
&[],
&["gl_"],
&mut names,
);
Expand Down
Loading

0 comments on commit 763ec5d

Please sign in to comment.