X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fglsl%2Fspirv.h;h=59c7b50b0cc45fede654eff5d3580840c5eecf1a;hb=f7682c3c2e9f028cef6945ffbada66cff33585c0;hp=6971e2a9c43eb2ec8cc180b94043a6388229858e;hpb=38712d8ecc57d043a2419ffbaeeb57f7a6586f14;p=libs%2Fgl.git diff --git a/source/glsl/spirv.h b/source/glsl/spirv.h index 6971e2a9..59c7b50b 100644 --- a/source/glsl/spirv.h +++ b/source/glsl/spirv.h @@ -79,6 +79,7 @@ private: std::map imported_extension_ids; std::map declared_ids; std::map declared_uniform_ids; + std::map declared_spec_ids; std::map standard_type_ids; std::map image_type_ids; std::map array_type_ids;