Punyama
Punyama

Reputation: 55

DIrectX 12 and D3D12CreateDevice fail

I'm trying to run microsoft DirectX12 code samples but in every case the function D3D12CreateDevice fails. I compiled code with Visual Studio 2015 and the WIndows SDK. I have a GTX560Ti, my driver is 353.62 for Windows 10. On the NVidia panel it's written current directX version 12 but on the dxdiag panel it's written 11.2 . I think that the problem is here... How to solve the problem and run directX code ?

Upvotes: 0

Views: 5541

Answers (1)

Adam Miles
Adam Miles

Reputation: 3584

The GTX 560 Ti is a "Fermi" based Nvidia GPU. Fermi GPUs are not yet supported by Nvidia's drivers for D3D12; support will be coming later this year.

http://www.anandtech.com/show/9472/windows-10-launch-day-gpu-support-summary

Upvotes: 3

Related Questions