Added Android build files and seettings for SSAO example
This commit is contained in:
parent
06369fc72e
commit
54ddca7c08
10 changed files with 142 additions and 13 deletions
|
|
@ -22,7 +22,7 @@ layout (location = 0) in vec2 inUV;
|
|||
layout (location = 0) out float outFragColor;
|
||||
|
||||
// todo: specialization const
|
||||
const int kernelSize = 64;
|
||||
const int kernelSize = 32;
|
||||
const float radius = 0.5;
|
||||
|
||||
void main()
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue