Advertisement

Latest Direct3D9 Activity

Hello everyone, I'm trying to enable full-scene antialiasing in my d3d9 game.

I'm basically just following Microsoft instructions to the T. However the device is always failing.

Here's how I'm doing it in accordance with Microsoft instructions:

// Check if device supports multisampling

if (SUCCEEDED(ms…
3,942 views
Advertisement

@21st Century Moose This is the problem… I can't check the HRESULT from the Present() because the program stops WHILE making the Present (I checked this by putting the execution on Pause to see where the principal Thread stopped, and that's how I knew that it was the Present() that made all crash.)…

7,388 views
Advertisement
Advertisement