]> git.tdb.fi Git - libs/gl.git/blobdiff - source/backends/opengl/program_backend.h
Remove support for array size specialization from the engine as well
[libs/gl.git] / source / backends / opengl / program_backend.h
index dbf043e9c89ba39a808432f80a001c2e933d68cb..b08b70fae968e5992e1e7e026aaa5f7004c78430 100644 (file)
@@ -26,7 +26,6 @@ protected:
        {
                std::map<std::string, unsigned> textures;
                std::map<std::string, unsigned> blocks;
-               std::map<unsigned, int> spec_values;
        };
 
        struct UniformCall
@@ -53,7 +52,7 @@ protected:
        unsigned add_stage(Stage);
        void add_glsl_stages(const GlslModule &, const std::map<std::string, int> &, TransientData &);
        void compile_glsl_stage(const GlslModule &, unsigned);
-       void add_spirv_stages(const SpirVModule &, const std::map<std::string, int> &, TransientData &);
+       void add_spirv_stages(const SpirVModule &, const std::map<std::string, int> &);
 
        void finalize(const Module &, TransientData &);
        void query_uniforms();