Open skallweitNV opened 1 day ago
Some backends (cpu, cuda, metal) fail to compile a shader that has an entry point named main.
main
We can throw a warning, and rename "main" to "main_" on these targets.
Some backends (cpu, cuda, metal) fail to compile a shader that has an entry point named
main
.