slang
slang copied to clipboard
Failure to include uniform keyword for a Texture2D as an input to a shader function results in a compiler crash
Missing a uniform keyword before a Texture2D parameter in a shader function results in an internal compiler crash without a helpful error message.
@csyonghe @tfoleyNV This was one of the problems we ran into while debugging why my test shader was failing to load.