【发布时间】:2016-03-22 23:20:34
【问题描述】:
我在 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 direct3d direct3d11