Moved line and shape drawing code out of the opengl folder, since it no longer directly calls any OpenGL functions.

--HG--
branch : minor
This commit is contained in:
Alex Szpakowski
2016-12-27 23:21:25 -04:00
parent 70df473680
commit 603c3e43d5
8 changed files with 353 additions and 366 deletions
@@ -2437,6 +2437,8 @@
FA0B7B8C1A95902C000E1D17 /* opengl */,
FAE272501C05A15B00A67640 /* ParticleSystem.cpp */,
FAE272511C05A15B00A67640 /* ParticleSystem.h */,
FA0B7B9B1A95902C000E1D17 /* Polyline.cpp */,
FA0B7B9C1A95902C000E1D17 /* Polyline.h */,
FA0B7BBC1A95902C000E1D17 /* Quad.cpp */,
FA0B7BBD1A95902C000E1D17 /* Quad.h */,
FA29C0041E12355B00268CD8 /* StreamBuffer.cpp */,
@@ -2474,8 +2476,6 @@
FA0B7B981A95902C000E1D17 /* OpenGL.h */,
FA0B7B991A95902C000E1D17 /* ParticleSystem.cpp */,
FA0B7B9A1A95902C000E1D17 /* ParticleSystem.h */,
FA0B7B9B1A95902C000E1D17 /* Polyline.cpp */,
FA0B7B9C1A95902C000E1D17 /* Polyline.h */,
FA0B7B9D1A95902C000E1D17 /* Shader.cpp */,
FA0B7B9E1A95902C000E1D17 /* Shader.h */,
FA0B7B9F1A95902C000E1D17 /* SpriteBatch.cpp */,