8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
#include
Is your feature request related to a problem? Please describe. #include directive need to understand relative path like below:
#include "./shader/chunk.glsl"
Describe the solution you'd like Add property path to ShaderPass and ShaderChunk class
path
ShaderPass
ShaderChunk
Status