Skip to content

Commit

Permalink
Merge pull request #2434 from pdiaz/main
Browse files Browse the repository at this point in the history
[MSL] Added some more reserved keywords
  • Loading branch information
HansKristian-Work authored Jan 15, 2025
2 parents 104d91a + cea4d3f commit 5e7db82
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spirv_msl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15584,6 +15584,9 @@ const std::unordered_set<std::string> &CompilerMSL::get_illegal_func_names()
{
static const unordered_set<string> illegal_func_names = {
"main",
"fragment",
"vertex",
"kernel",
"saturate",
"assert",
"fmin3",
Expand Down

0 comments on commit 5e7db82

Please sign in to comment.