X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fglsl%2Fspirv.h;fp=source%2Fglsl%2Fspirv.h;h=26467bcd15a3941858ceb82b6bf3cc1eb0fc4c84;hb=584cf5e42c4758a3f4d197655d861d31ee23db4e;hp=add5a967d3659d525901101cb25e3712601a2f03;hpb=8033bd7822b4f24d86be186c47ba7e6d69931eeb;p=libs%2Fgl.git diff --git a/source/glsl/spirv.h b/source/glsl/spirv.h index add5a967..26467bcd 100644 --- a/source/glsl/spirv.h +++ b/source/glsl/spirv.h @@ -113,6 +113,7 @@ private: Id import_extension(const std::string &); Id get_id(Node &) const; Id allocate_id(Node &, Id); + Id allocate_forward_id(Node &); Id write_constant(Id, Word, bool); static ConstantKey get_constant_key(Id, const Variant &value); Id get_constant_id(Id, const Variant &value);