Closed GoogleCodeExporter closed 9 years ago
I have created a patch for the issue and can confirm it fixes the problem for
my application. I simply mirrored the constructor, but also changed (as in the
constructor)
RECORD_D3D9( hr )
to
if( RECORD_D3D9( hr ).IsFailure )
throw gcnew Direct3D9Exception( Result::Last );
Regards,
Original comment by joris_le...@hotmail.com
on 24 Jun 2011 at 7:14
Attachments:
This issue was closed by revision r2109.
Original comment by Mike.Popoloski
on 8 Jul 2011 at 2:50
Original issue reported on code.google.com by
joris_le...@hotmail.com
on 23 Jun 2011 at 7:22