mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-20 00:57:53 -05: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