summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/bgfx/examples/39-assao/cs_assao_generate_q0.sc
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/bgfx/examples/39-assao/cs_assao_generate_q0.sc')
-rw-r--r--3rdparty/bgfx/examples/39-assao/cs_assao_generate_q0.sc9
1 files changed, 9 insertions, 0 deletions
diff --git a/3rdparty/bgfx/examples/39-assao/cs_assao_generate_q0.sc b/3rdparty/bgfx/examples/39-assao/cs_assao_generate_q0.sc
new file mode 100644
index 00000000000..51794d2f61a
--- /dev/null
+++ b/3rdparty/bgfx/examples/39-assao/cs_assao_generate_q0.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 0
+#define ASSAO_ADAPTIVE_BASE false
+
+#include "cs_assao_generate_q.sh" \ No newline at end of file