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.
- relates to
-
MC-248965 moj_import is not implemented in post shaders and some uniforms are specific to select shader stages
- Resolved