rj123-nv
rj123-nv
- This change adds a switch case for TK_AccelerationStructureNV in lowerToDebugType - Before, compiling a shader for vulkan containing an acceleration structure and using -fspv-debug=vulkan-with-source would cause a crash. Fixes...
Don't report the following error when scanning inactive code (e.g. code inside #if 0): "error: '#' : (#) can be preceded in its line only by spaces or horizontal tab"...
After commit feb5437 (PP: Report an error when a # is not the first thing on a line ), code that uses '#' in the middle of a line now...
Adds a 'stage' field to symbol nodes to remember what stage a symbol was defined in. Previously, 'unknown' stage was printed because linker object symbols are merged into a TIntermediate...
The GLSL spec says: It is a compile-time error to declare a fragment shader input with, or that contains, any of the following types: -a boolean type -an opaque type...