gzdoom/src/common/2d
Christoph Oelckers 9b4a4157b9 - added an OnDestroy method to Shape2D so that its users can explicitly free the data it holds.
In this case it is very important to care about management, because this class will hold GPU-side buffers!
2021-06-28 22:21:27 +02:00
..
v_2ddrawer.cpp - added an OnDestroy method to Shape2D so that its users can explicitly free the data it holds. 2021-06-28 22:21:27 +02:00
v_2ddrawer.h - added an OnDestroy method to Shape2D so that its users can explicitly free the data it holds. 2021-06-28 22:21:27 +02:00
v_draw.cpp - Backend update fron Raze, mainly new script exports and extensions. 2021-05-03 14:13:03 +02:00
v_draw.h - fix alpha (and other parameter properties) not reuploading the buffer on Shape2D 2021-02-06 06:49:20 -05:00
v_drawtext.cpp - font system overhaul. 2021-05-24 21:28:21 +02:00