undefined identifier nonuniformEXT
compiler error
#5691
Labels
goal:forward looking
Feature needed at a later date, not connected to a specific use case.
Hi team,
While porting our GLSL shaders to be compiled with
slangc
, I am running into a compiler error wherenonuniformEXT
is unexpected.It is a feature offered by GL_EXT_nonuniform_qualifier that we are using in our shaders, I should expect Slang to resolve it out of the box, or if I need to tell the Slang compiler that I need this extension for things to resolve correctly ?
See below for a minimal repro case.
If you can point me to how to port it as a Slang test I would gladly contribute it if that helps.
Given the following
nonuniformExt.slang
filecompiling the above file using the following command line
slangc.exe -target spirv -stage fragment -entry main nonuniformExt.slang
Will produce the following errors
The text was updated successfully, but these errors were encountered: