mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 06:05:58 -06:00
35 lines
485 B
Text
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;
|
|
|