Structure overhaul + shader stuff progress
This commit is contained in:
parent
53fbdba979
commit
eb122b598e
26 changed files with 513 additions and 309 deletions
3
Makefile
3
Makefile
|
@ -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 \
|
||||
\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue