mirror of https://github.com/AxioDL/metaforce.git
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:
parent
ac68aa3c76
commit
ddfd9d85ee
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue