Skip to content

Commit

Permalink
Added some more Metal keywords used by in the wild to remap entry points
Browse files Browse the repository at this point in the history
  • Loading branch information
pdiaz committed Jan 12, 2025
1 parent 104d91a commit cea4d3f
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 cea4d3f

Please sign in to comment.