Replaced fullscreen quad from index and vertex buffer with fullscreen triangle generated in VS, code cleanup and cleaner naming

This commit is contained in:
saschawillems 2016-08-13 22:08:13 +02:00
parent a47aba830e
commit 130e1d5262
5 changed files with 118 additions and 204 deletions

View file

@ -5,7 +5,7 @@
layout (binding = 1) uniform sampler2D samplerColor;
layout (binding = 2) uniform UBO
layout (binding = 0) uniform UBO
{
float radialBlurScale;
float radialBlurStrength;