9 lines
222 B
Scala
9 lines
222 B
Scala
/*
|
|
* Copyright 2018 Attila Kocsis. All rights reserved.
|
|
* License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
|
|
*/
|
|
|
|
#define ASSAO_QUALITY 2
|
|
#define ASSAO_ADAPTIVE_BASE false
|
|
|
|
#include "cs_assao_generate_q.sh" |