Tweaking bloom some more

This commit is contained in:
Emmanuel BENOîT 2017-09-30 21:22:38 +02:00
parent f3d709a48d
commit 34b393334c
6 changed files with 67 additions and 62 deletions

View file

@ -1,4 +1,4 @@
CXXFLAGS += $(shell sdl2-config --cflags) -std=c++14 -Wall
CXXFLAGS += $(shell sdl2-config --cflags) -std=c++14 -Wall -g
CFLAGS += $(shell sdl2-config --cflags)
CPPFLAGS += -I. -Iimgui -Iglm \
-DREAL_BUILD -DGLM_ENABLE_EXPERIMENTAL