mirror of https://github.com/PCSX2/pcsx2.git
gsdx ogl: fully initialise PSConstantBuffer structure
This commit is contained in:
parent
b322ef286e
commit
b6a55f50ab
|
@ -203,6 +203,7 @@ public:
|
|||
FogColor_AREF = GSVector4::zero();
|
||||
HalfTexel = GSVector4::zero();
|
||||
WH = GSVector4::zero();
|
||||
TA_Af = GSVector4::zero();
|
||||
MinMax = GSVector4::zero();
|
||||
MskFix = GSVector4i::zero();
|
||||
TC_OH_TS = GSVector4::zero();
|
||||
|
|
Loading…
Reference in New Issue