Open
Description
A Shader Language preprocessor processes the shader code to add some custom features.
'#include''#import' statement
Include statement to include the code of another shader file into the code of current shader file. For example:
#import "library/another.shader"
Collecting shader information
Collecting the shader source code information into the data structure. Including but not limited to uniforms, vertex attributes, ins, outs, consts, functions.