Split display from render and rework init/terminate.

This commit is contained in:
2022-12-24 11:27:53 +01:00
parent 0c560890a4
commit 026ead0b33
14 changed files with 633 additions and 482 deletions

View File

@ -14,9 +14,9 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
SOURCES = \
cpp/opengl/render_context_glx.cpp \
cpp/opengl/render_opengles.cpp \
cpp/display/display_glx.cpp \
cpp/events/events_x11.cpp \
cpp/render/render_opengles.cpp \
cpp/math.cpp
OUTPUTFILE = engine.so