diff options
Diffstat (limited to '3rdparty/bgfx/examples/39-assao/cs_assao_generate_q1.sc')
-rw-r--r-- | 3rdparty/bgfx/examples/39-assao/cs_assao_generate_q1.sc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/3rdparty/bgfx/examples/39-assao/cs_assao_generate_q1.sc b/3rdparty/bgfx/examples/39-assao/cs_assao_generate_q1.sc new file mode 100644 index 00000000000..7f336f12f6c --- /dev/null +++ b/3rdparty/bgfx/examples/39-assao/cs_assao_generate_q1.sc @@ -0,0 +1,9 @@ +/* + * Copyright 2018 Attila Kocsis. All rights reserved. + * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause + */ + +#define ASSAO_QUALITY 1 +#define ASSAO_ADAPTIVE_BASE false + +#include "cs_assao_generate_q.sh"
\ No newline at end of file |