lar*_*hao 3 direct3d direct3d11 windows-10
当我在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
Run Code Online (Sandbox Code Playgroud)
我知道我需要在Win10中启用图形工具或运行Dism /online /add-capability /capabilityname:Tools.Graphics.DirectX~~~~0.0.1.0以启用它.
但我正在处理的机器不允许连接到互联网.有没有办法让它离线?
非常感谢.