How to install D3D11 SDK Layers for Windows 10 offline

后端 未结 2 1710
挽巷
挽巷 2021-01-01 05:45

I got the following error when I was debugging my D3D application in VS2015.

D3D11CreateDevice: Flags (0x2) were specified which require the D3D11 SDK Layers         


        
相关标签:
2条回答
  • 2021-01-01 06:09

    Not sure, but maybe the Graphic tools can ben installed from the iso of your Win10 ?

    0 讨论(0)
  • 2021-01-01 06:23

    For the November 2015 update (build 10586) of Windows 10, you can find the Feature On Demand CABs for the Graphics Tools package here. You can install it via dism as noted in the documentation with that package.

    Keep in mind that there's a lot of stuff in Windows 10 that's a number of 'feature on demand' parts of Windows including .NET 3.5, language packs, etc.

    0 讨论(0)
提交回复
热议问题