mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-28 07:08:30 -05:00
nvnflinger/gpu: implement blending
This commit is contained in:
@ -71,5 +71,5 @@ vec3 FxaaPixelShader(vec4 posPos, sampler2D tex) {
|
||||
}
|
||||
|
||||
void main() {
|
||||
frag_color = vec4(FxaaPixelShader(posPos, input_texture), 1.0);
|
||||
frag_color = vec4(FxaaPixelShader(posPos, input_texture), texture(input_texture, posPos.xy).a);
|
||||
}
|
||||
|
Reference in New Issue
Block a user