]> git.tdb.fi Git - libs/gl.git/blobdiff - source/render/programdata.h
Multiplex streaming buffer contents on Vulkan
[libs/gl.git] / source / render / programdata.h
index f1c5996eb910e3e51368571472e94e6902d12bec..5d674a38a2504f8360d338f5ac74b85f3545689e 100644 (file)
@@ -258,7 +258,7 @@ private:
 public:
        /** Creates or updates UniformBlocks for a specific program if necessary,
        then sets them to the PipelineState. */
-       void apply(const Program &, PipelineState &) const;
+       void apply(const Program &, PipelineState &, unsigned) const;
 
        void set_debug_name(const std::string &);
 };