Render-fucking-targets, motherfuckers!

This commit is contained in:
Emmanuel BENOîT 2017-09-30 14:59:15 +02:00
parent 8cd18913aa
commit 7e223ff2f4
5 changed files with 264 additions and 15 deletions

View file

@ -11,7 +11,8 @@ DEMO = \
main.o \
imgui_impl_sdl.o \
utilities.o \
texture.o
texture.o \
rendertarget.o
DEMO_DEPS = $(DEMO:%.o=.%.d)