FXAA
This commit is contained in:
parent
883dd9e2a6
commit
7483769714
11 changed files with 2213 additions and 16 deletions
15
Makefile
15
Makefile
|
@ -13,23 +13,24 @@ DEMO = \
|
|||
main.cc \
|
||||
imgui_impl_sdl.cc \
|
||||
\
|
||||
filewatcher.cc \
|
||||
window.cc \
|
||||
utilities.cc \
|
||||
texture.cc \
|
||||
rendertarget.cc \
|
||||
shaders.cc \
|
||||
camera.cc \
|
||||
demo.cc \
|
||||
\
|
||||
filewatcher.cc \
|
||||
window.cc \
|
||||
globals.cc \
|
||||
profiling.cc \
|
||||
shaders.cc \
|
||||
\
|
||||
demo.cc \
|
||||
\
|
||||
raymarcher.cc \
|
||||
\
|
||||
bloom.cc \
|
||||
dof.cc \
|
||||
combine.cc \
|
||||
\
|
||||
profiling.cc
|
||||
fxaa.cc
|
||||
|
||||
|
||||
IMGUI_OBJS = $(addprefix $(OUTDIR)/, $(addsuffix .o, $(basename $(IMGUI))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue