Move the implementation for Graphics::flushStreamDraws out of the opengl backend

--HG--
branch : minor
This commit is contained in:
Alex Szpakowski
2017-10-26 21:05:15 -03:00
parent e3fd489373
commit 7f88037d94
4 changed files with 68 additions and 81 deletions
-2
View File
@@ -69,8 +69,6 @@ public:
void setActive(bool active) override;
void flushStreamDraws() override;
void draw(PrimitiveType primtype, int vertexstart, int vertexcount, int instancecount, const vertex::Attributes &attribs, const vertex::Buffers &buffers, Texture *texture) override;
void drawIndexed(PrimitiveType primtype, int indexcount, int instancecount, IndexDataType datatype, Resource *indexbuffer, size_t indexoffset, const vertex::Attributes &attribs, const vertex::Buffers &buffers, Texture *texture) override;