Added Android build files and seettings for SSAO example

This commit is contained in:
saschawillems 2016-10-30 13:49:30 +01:00
parent 06369fc72e
commit 54ddca7c08
10 changed files with 142 additions and 13 deletions

View file

@ -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.