shader-slang / slang

Making it easier to work with shaders
MIT License
1.78k stars 159 forks source link

Capability System: `[require(....)]` never checks if the capabilities required are invalid #4506

Closed ArielG-NV closed 15 hours ago

ArielG-NV commented 4 days ago

Problem: [require(hlsl, glsl)] is allowed despite being Invalid

Solution: This should be an error.