cemu_graphic_packs/Enhancement/BreathOfTheWild_!AARemoval/f14bb57cd5c9cb77_00000000000003c9_ps.txt
NAVras-Z a78ee2a921 [BotW] AARemoval clean up
get rid of unneeded calculations
solve the conflict for fxaa pull request
2017-11-02 13:35:40 +08:00

12 lines
313 B
Plaintext

#version 420
#extension GL_ARB_texture_gather : enable
// shader f14bb57cd5c9cb77
layout(binding = 0) uniform sampler2D textureUnitPS0;
layout(location = 0) in vec4 passParameterSem2;
layout(location = 0) out vec4 passPixelColor0;
void main()
{
passPixelColor0 = texture(textureUnitPS0, passParameterSem2.xy);
}