mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
4 lines
136 B
GLSL
4 lines
136 B
GLSL
vec4 aa_apply(texture2D tex, sampler smplr, vec2 fragCoord, vec2 resolution) {
|
|
return texture(src_color, fragCoord / resolution);
|
|
}
|