]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/program.h
Handle SPIR-V arrays with specialization constant for size
[libs/gl.git] / source / core / program.h
index 6ed2f5716e7e50e0e20371204bb1eb32035a2aa5..201d927037c57edf0d1464ca1af4002fb28a6d1a 100644 (file)
@@ -105,6 +105,7 @@ private:
        {
                std::map<std::string, unsigned> textures;
                std::map<std::string, unsigned> blocks;
+               std::map<unsigned, int> spec_values;
        };
 
        unsigned id;