X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Fpipelinestate.h;h=a836c4070b368e4103b80c5ed656cf790d2f15ba;hb=ea689bc784d3cda28c2b1b558a294fe52236f7dd;hp=5156e0b5e94119826fb1e6cab79fe6b26c9a5b1e;hpb=9eb9f592d37e9a1e05c2ff70887a1c5f26b98864;p=libs%2Fgl.git diff --git a/source/core/pipelinestate.h b/source/core/pipelinestate.h index 5156e0b5..a836c407 100644 --- a/source/core/pipelinestate.h +++ b/source/core/pipelinestate.h @@ -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