mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-03 00:52:24 -07:00
Vulkan: Implement FXAA
This commit is contained in:
committed by
Fernando Sahmkow
parent
056894f07a
commit
e6f1ed08fb
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user