gsdx-ogl: avoid issue with apitrace

The tool doesn't support NaN value so be sure the buffer is correctly initialized
This commit is contained in:
Gregory Hainaut 2015-05-11 11:19:18 +02:00
parent 1523b9534f
commit 30e3956ea7
1 changed files with 1 additions and 0 deletions

View File

@ -270,6 +270,7 @@ class GSDeviceOGL : public GSDevice
MinF_TA = GSVector4::zero();
MskFix = GSVector4i::zero();
AlphaCoeff = GSVector4::zero();
TC_OffsetHack = GSVector4::zero();
}
__forceinline bool Update(const PSConstantBuffer* cb)