mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-04-29 06:49:28 -04:00
[BotW] Use Extreme Quality for FXAA (#681)
This commit is contained in:
parent
af871ef335
commit
674181ad1e
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
#version 420
|
||||
#version 430
|
||||
#extension GL_ARB_texture_gather : enable
|
||||
#extension GL_ARB_separate_shader_objects : enable
|
||||
#ifdef VULKAN
|
||||
|
@ -207,7 +207,7 @@ passPixelColor0 = vec4(R2f.x, R2f.y, R2f.z, R2f.w);
|
|||
|
||||
#define FXAA_PC 1
|
||||
#define FXAA_GLSL_130 1
|
||||
#define FXAA_QUALITY_PRESET 14
|
||||
#define FXAA_QUALITY_PRESET 39
|
||||
|
||||
#define FXAA_GREEN_AS_LUMA 1
|
||||
#define FXAA_DISCARD 0
|
||||
|
|
Loading…
Add table
Reference in a new issue