ultimatepp/uppsrc/GLDraw/GLDraw.upp
cxl 33ff83e72a uppsrc: docs & cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@15254 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-10-15 13:14:48 +00:00

35 lines
485 B
Text

description "OpenGL Draw implementation\377";
uses
Draw,
Painter,
plugin/glew,
plugin/tess2;
file
GLDraw.h,
Texture.cpp,
GLDraw.cpp,
GLShaders.cpp,
GLDrawS.cpp,
"HW accelerated" readonly separator,
GLPainter.h,
GLPainter.hpp,
PerfCounters.cpp,
Code.cpp,
VertexData.cpp,
GLTexture.cpp,
Polygon.cpp,
Line.cpp,
Ellipse.cpp,
Arc.cpp,
Text.cpp,
Triangles.cpp,
Tellipse.cpp,
Tpolyline.cpp,
Tpolygon.cpp,
TDrawGL.cpp,
PainterGL.cpp,
TextureDraw.cpp,
todo.txt;