Bloom pass moved to separate file

This commit is contained in:
Emmanuel BENOîT 2017-09-30 19:13:06 +02:00
parent 4249691406
commit 802418219b
4 changed files with 174 additions and 131 deletions

View file

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