Texture / texture binding abstraction

This commit is contained in:
Emmanuel BENOîT 2017-09-30 12:59:04 +02:00
parent 1c63e8f417
commit 8cd18913aa
4 changed files with 155 additions and 1 deletions

View file

@ -10,7 +10,8 @@ IMGUI = imgui.o imgui_demo.o imgui_draw.o
DEMO = \
main.o \
imgui_impl_sdl.o \
utilities.o
utilities.o \
texture.o
DEMO_DEPS = $(DEMO:%.o=.%.d)