X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Frenderer.h;h=a45b2943004d0beb96c654ad0f6796de4b673e3a;hb=4d3d1511616a0ad4a91f8a068b49faf2b450c298;hp=a4663df87a152d3a0444e48b42e97558e49f2bab;hpb=a86623004ba91baef76dac9275e9b79366acce16;p=libs%2Fgl.git diff --git a/source/renderer.h b/source/renderer.h index a4663df8..a45b2943 100644 --- a/source/renderer.h +++ b/source/renderer.h @@ -19,7 +19,6 @@ class ProgramData; class Renderable; class Texture; class Texturing; -class VertexArray; class WindingTest; /** @@ -95,7 +94,6 @@ private: bool lighting_changed; std::vector shdata_stack; bool shdata_changed; - const VertexArray *vertex_array; const Buffer *element_buffer; std::set excluded; @@ -122,7 +120,6 @@ public: Renderer state is popped. */ void add_shader_data(const ProgramData &data); - void set_vertex_array(const VertexArray *); void set_element_buffer(const Buffer *); void set_winding_test(const WindingTest *); void set_reverse_winding(bool);