2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-13 11:51:21 +00:00

CPhazonSuitFilter: Fix blur pass causing white screen

(Unfortunately it still doesn't render correctly, but
hsh branch will fix this in the future)
Fixes #335
This commit is contained in:
Luke Street 2020-10-03 01:22:55 -04:00
parent ac68aa3c76
commit ddfd9d85ee

View File

@ -264,6 +264,8 @@ fragment float4 fmain(VertToFrag vtf [[ stage_in ]],
#attribute uv4
#srcfac one
#dstfac zero
#colorwrite false
#depthtest gequal
#vertex glsl
layout(location=0) in vec4 posIn;