9 lines
220 B
Python
9 lines
220 B
Python
/*
|
|
* Copyright 2018 Attila Kocsis. All rights reserved.
|
|
* License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
|
|
*/
|
|
|
|
#define ASSAO_QUALITY 3
|
|
#define ASSAO_ADAPTIVE_BASE true
|
|
|
|
#include "cs_assao_generate_q.sh" |