]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/pipelinestate.h
Print warnings if a required resource is not bound in PipelineState
[libs/gl.git] / source / core / pipelinestate.h
index 5156e0b5e94119826fb1e6cab79fe6b26c9a5b1e..a836c4070b368e4103b80c5ed656cf790d2f15ba 100644 (file)
@@ -120,6 +120,9 @@ public:
        const VertexSetup *get_vertex_setup() const { return vertex_setup; }
        FaceWinding get_front_face() const { return front_face; }
        CullMode get_face_cull() const { return face_cull; }
+
+private:
+       void check_bound_resources() const;
 };
 
 } // namespace GL