]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/commands.h
Clear the pipeline state through Commands
[libs/gl.git] / source / core / commands.h
index 08fdbffd89223a7cda3648a18f2e8a97c85138cf..2dc66cfa5232c8ea409162f0d09b829ccb9012a0 100644 (file)
@@ -17,7 +17,7 @@ private:
 public:
        Commands();
 
-       void use_pipeline(const PipelineState &);
+       void use_pipeline(const PipelineState *);
        void clear(const ClearValue *);
        void draw(const Batch &);
        void draw_instanced(const Batch &, unsigned);