cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

Overlays for swap chains for DX12 and DX11. Which AMD Gpus support it?

Hello,

Which AMD GPUS support hardware overlays for swap chains?

Except the Xbox One. Which is written at this link: Digital Foundry: the complete Xbox One architects interview • Eurogamer.net Eurogamer.net

Microsoft::WRL::ComPtr<IDXGIOutput> dxgiOutput;

throw_if_failed(adapters[0]->EnumOutputs(0, &dxgiOutput));

Microsoft::WRL::ComPtr<IDXGIOutput2> dxgiOutput2;

throw_if_failed(dxgiOutput.As(&dxgiOutput2));

if (dxgiOutput2->SupportsOverlays())

{

__debugbreak();

}

I want to use this for mixed resolution rendering.

Regards

0 Likes
0 Replies