当我在VS2015中调试我的D3D应用程序时出现以下错误.
D3D11CreateDevice: Flags (0x2) were specified which require the D3D11 SDK Layers for Windows 10, but they are not present on the system. These flags must be removed, or the Windows 10 SDK must be installed. Flags include: D3D11_CREATE_DEVICE_DEBUG
我知道我需要在Win10中启用图形工具或运行Dism /online /add-capability /capabilityname:Tools.Graphics.DirectX~~~~0.0.1.0
以启用它.
但我正在处理的机器不允许连接到互联网.有没有办法让它离线?
非常感谢.
对于Windows 10的2015年11月更新(版本10586),您可以在此处找到图形工具包的功能随需应变 CAB .您可以通过该软件包的文档中的说明进行安装.dism
请记住,Windows 10中有很多东西是Windows的一些"按需功能"部分,包括.NET 3.5,语言包等.