Vulkan: Implement FXAA

This commit is contained in:
FernandoS27 2021-10-22 19:22:34 +02:00 committed by Fernando Sahmkow
parent 056894f07a
commit e6f1ed08fb
3 changed files with 387 additions and 22 deletions

View file

@ -15,7 +15,7 @@ layout (location = 0) out vec4 posPos;
#ifdef VULKAN
#define BINDING_COLOR_TEXTURE 1
#define BINDING_COLOR_TEXTURE 0
#else // ^^^ Vulkan ^^^ // vvv OpenGL vvv