cemu_graphic_packs/Enhancement/BreathOfTheWild_!AARemoval/f14bb57cd5c9cb77_00000000000003c9_ps.txt

12 lines
313 B
Plaintext
Raw Normal View History

#version 420
2017-10-07 16:37:25 +02:00
#extension GL_ARB_texture_gather : enable
// shader f14bb57cd5c9cb77
layout(binding = 0) uniform sampler2D textureUnitPS0;
2017-10-07 16:37:25 +02:00
layout(location = 0) in vec4 passParameterSem2;
layout(location = 0) out vec4 passPixelColor0;
void main()
{
passPixelColor0 = texture(textureUnitPS0, passParameterSem2.xy);
2017-10-07 16:37:25 +02:00
}