blob: 51794d2f61a207e71987a898a518e5c5e691d024 (
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 0
#define ASSAO_ADAPTIVE_BASE false
#include "cs_assao_generate_q.sh"
|