D3D 2D code refactored but not tested yet.
This commit is contained in:
parent
a40e085a46
commit
811d96e07e
68 changed files with 309 additions and 266 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue