Vulkan: Implement FXAA

This commit is contained in:
FernandoS27
2021-11-16 22:11:32 +01:00
committed by Fernando Sahmkow
parent 056894f07a
commit e6f1ed08fb
3 changed files with 387 additions and 22 deletions
+1 -1
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