2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-07-05 10:35:52 +00:00

D3D crash fix

This commit is contained in:
Jack Andersen 2019-03-03 13:04:03 -10:00
parent da339027cb
commit 00f256a595

View File

@ -142,6 +142,7 @@ fragment float4 fmain(VertToFrag vtf [[ stage_in ]],
#shader SpecterTextViewShaderSubpixel : SpecterTextViewShader #shader SpecterTextViewShaderSubpixel : SpecterTextViewShader
#srcfac srccolor1 #srcfac srccolor1
#dstfac invsrccolor1 #dstfac invsrccolor1
#overwritealpha true
#fragment glsl #fragment glsl
TBINDING0 uniform sampler2DArray fontTex; TBINDING0 uniform sampler2DArray fontTex;