2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-13 15:11:22 +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 #attribute uv4
#srcfac one #srcfac one
#dstfac zero #dstfac zero
#colorwrite false
#depthtest gequal
#vertex glsl #vertex glsl
layout(location=0) in vec4 posIn; layout(location=0) in vec4 posIn;