Skip to content

Commit

Permalink
Merge pull request #153 from mothfuzz/master
Browse files Browse the repository at this point in the history
change backendWgsl to correct name backendWgpu in Nim generator
  • Loading branch information
floooh authored Oct 16, 2024
2 parents 302e0a2 + 39399ad commit f3d7228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shdc/generators/sokolnim.cc
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ std::string SokolNimGenerator::backend(Slang::Enum e) {
case Slang::METAL_SIM:
return "backendMetalSimulator";
case Slang::WGSL:
return "backendWgsl";
return "backendWgpu";
default:
return "<INVALID>";
}
Expand Down

0 comments on commit f3d7228

Please sign in to comment.