X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fglsl%2Fsyntax.cpp;h=1489eb9e2af7e04ec542deb1c740efa6d8fc4d7f;hb=3fe1aab63922eec99d8bf6fd4fd60bec10df173c;hp=ccdb7197e570d7f786b65129b12e9196a884ccb4;hpb=c849969d056972dd976cfa616363f1bc8cbc6291;p=libs%2Fgl.git diff --git a/source/glsl/syntax.cpp b/source/glsl/syntax.cpp index ccdb7197..1489eb9e 100644 --- a/source/glsl/syntax.cpp +++ b/source/glsl/syntax.cpp @@ -294,6 +294,7 @@ void VariableDeclaration::visit(NodeVisitor &visitor) InterfaceBlock::InterfaceBlock(const InterfaceBlock &other): Statement(other), + layout(other.layout), interface(other.interface), block_name(other.block_name), members(other.members),