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
1 changed files with 2 additions and 0 deletions

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;