Align UBO sizes between code and shaders for computeraytracing, ssao, & texturearray examples

This commit is contained in:
Stephen Saunders 2022-08-08 13:46:30 -04:00
parent b60f404b0e
commit f103389d03
3 changed files with 6 additions and 2 deletions

View file

@ -11,7 +11,7 @@
#define ENABLE_VALIDATION false
#define SSAO_KERNEL_SIZE 32
#define SSAO_KERNEL_SIZE 64
#define SSAO_RADIUS 0.3f
#if defined(__ANDROID__)