Moved raymarcher to separate file

This commit is contained in:
Emmanuel BENOîT 2017-09-30 21:53:45 +02:00
parent 07b1960d5a
commit b15b0097b2
4 changed files with 127 additions and 73 deletions

View file

@ -13,6 +13,7 @@ DEMO = \
utilities.o \
texture.o \
rendertarget.o \
raymarcher.o \
bloom.o
DEMO_DEPS = $(DEMO:%.o=.%.d)