]> git.tdb.fi Git - libs/gl.git/blobdiff - source/glsl/syntax.cpp
Inject builtins into the module
[libs/gl.git] / source / glsl / syntax.cpp
index 7f2efdce93ebb30557be4b713d49125bca646da0..55dc94a77ff3552dbc449ade8da8659e3c1b9880 100644 (file)
@@ -67,7 +67,7 @@ NodeContainer<C>::NodeContainer(const NodeContainer &c):
 
 
 Statement::Statement():
-       source(0),
+       source(GENERATED_SOURCE),
        line(1)
 { }