문제

I'm running on Windows 8 and my VGA is a Geforce 8200m G. I'm writing a C++ Program and using d3d9 to create a hardware overlay. The question that I want to ask is - does Windows 8 still support hardware overlays and how can I find out if my VGA supports them. Thanks in advance.

도움이 되었습니까?

해결책

From MSDN:

Creating a Hardware Overlay Surface

To query for overlay support, call IDirect3D9::GetDeviceCaps. If the driver supports hardware overlay, the D3DCAPS_OVERLAY flag is set in the D3DCAPS9.Caps member.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top