blob: 4e46b2db375257179f508d0038adc365fbfd7374 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
/*
* Copyright 2018 Attila Kocsis. All rights reserved.
* License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
*/
#define ASSAO_QUALITY 3
#define ASSAO_ADAPTIVE_BASE false
#include "cs_assao_generate_q.sh"
|