Depth of field!!!

This commit is contained in:
Emmanuel BENOîT 2017-10-01 18:51:02 +02:00
parent 96122a6487
commit b2be3dcb8c
23 changed files with 441 additions and 48 deletions

View file

@ -15,6 +15,8 @@ DEMO = \
rendertarget.o \
raymarcher.o \
bloom.o \
dof.o \
combine.o \
profiling.o
DEMO_DEPS = $(DEMO:%.o=.%.d)