D3D 2D code refactored but not tested yet.

This commit is contained in:
Christoph Oelckers 2018-03-29 23:21:25 +02:00
commit 811d96e07e
68 changed files with 309 additions and 266 deletions

View file

@ -486,7 +486,6 @@ public:
void FGLRenderer::Draw2D(F2DDrawer *drawer)
{
F2DDrawer::EDrawType lasttype = F2DDrawer::DrawTypeTriangles;
auto &vertices = drawer->mVertices;
auto &indices = drawer->mIndices;
auto &commands = drawer->mData;