Vulkan: Implement FXAA
This commit is contained in:
parent
056894f07a
commit
e6f1ed08fb
3 changed files with 387 additions and 22 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue