Structure overhaul + shader stuff progress

This commit is contained in:
Emmanuel BENOîT 2017-10-04 11:20:27 +02:00
parent 53fbdba979
commit eb122b598e
26 changed files with 513 additions and 309 deletions

View file

@ -13,6 +13,8 @@ DEMO = \
main.cc \
imgui_impl_sdl.cc \
\
filewatcher.cc \
window.cc \
utilities.cc \
texture.cc \
rendertarget.cc \
@ -20,6 +22,7 @@ DEMO = \
shaders.cc \
camera.cc \
demo.cc \
globals.cc \
\
raymarcher.cc \
\