Shader includes cannot be referenced in program shaders
Shader includes in shaders/include/* cannot be imported with #moj_import inside of program shaders in shaders/program/*. Expected behavior would have been that includes are supported for shader programs within the shader directory.
To Reproduce:
- Download the provided resource pack, set video graphics to Fabulous!
- Loading the resource pack will fail, as the shader compiler fails to import the function 'example' from the include file.
Created Issue:
Shader includes cannot be referenced in program shaders
Shader includes in shaders/include/* cannot be imported with #moj_import inside of program shaders in shaders/program/*. Expected behavior would have been that includes are supported for shader programs within the shader directory.
To Reproduce:
- Download the provided resource pack, set video graphics to Fabulous!
- Loading the resource pack will fail, as the shader compiler fails to import the function 'example' from the include file.
Added Affects Versions: 1.17.1-pre2
Does MC-230329 describe your issue?