X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Fprogram.h;h=dd7d4b5f029789a074815ff94d9112e27c6818a6;hb=e70662d7812464159f2e47f4bebb69d88f89ae93;hp=dab249f47684546f42cc64b2c0436f538c434126;hpb=190a7e11237351f6b730c28f7b16f183e8adc69c;p=libs%2Fgl.git diff --git a/source/core/program.h b/source/core/program.h index dab249f4..dd7d4b5f 100644 --- a/source/core/program.h +++ b/source/core/program.h @@ -61,8 +61,8 @@ public: void add_stages(const Module &, const std::map & = std::map()); private: - void collect_uniforms(const SpirVModule &, const std::map &); - void collect_block_uniforms(const SpirVModule::Structure &, const std::string &, unsigned, const std::map &, std::vector &); + void collect_uniforms(const SpirVModule &); + void collect_block_uniforms(const SpirVModule::Structure &, const std::string &, unsigned, std::vector &); void collect_attributes(const SpirVModule &); void collect_builtins(const SpirVModule &); void collect_builtins(const SpirVModule::Structure &);