mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
1523b9534f
commit
30e3956ea7
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue