|
Kemena3D
|
Compiles a kShaderGraph into combined GLSL source. More...
#include <kshadernode.h>
Static Public Member Functions | |
| static kShaderCompileResult | compile (const kShaderGraph &graph) |
| Compiles a shader graph into GLSL. | |
Compiles a kShaderGraph into combined GLSL source.
Stateless front end: walks the graph from its output node, emitting GLSL expressions and statements, and reports the result via kShaderCompileResult.
|
static |
Compiles a shader graph into GLSL.
| graph | Graph to compile. |