]> git.sesse.net Git - movit/blobdiff - effect_chain.h
Cache VAOs between runs.
[movit] / effect_chain.h
index 6a6539955c4adf43bb4938cde62c70e39c9b19b0..cd0a19f4dcd3cbe4972f186a0f25e324bf692517 100644 (file)
@@ -443,7 +443,6 @@ private:
 
        // Execute one phase, ie. set up all inputs, effects and outputs, and render the quad.
        void execute_phase(Phase *phase, bool last_phase,
-                          std::set<GLint> *bound__attribute_indices,
                           std::map<Phase *, GLuint> *output_textures,
                           std::set<Phase *> *generated_mipmaps);