【问题标题】:Graphics debugging of Windows Store Apps in Visual Studio 2012Visual Studio 2012 中 Windows 应用商店应用的图形调试
【发布时间】:2013-06-25 17:44:57
【问题描述】:

总结:如何为 Windows 应用捕获帧并查看进行的 Direct3D 调用。

详情

我正在尝试查看 GFXBench 在 Windows 8 中运行的 DirectX 调用。在 Visual Studio 2012 中,我可以选择 DEBUG->Graphics->Debug Installed App Package。从那里我可以运行应用程序。但是,在 Visual Studio 中捕获帧的典型方法是按 Print Screen. 但是当 Windows 应用程序启动时它会占用整个屏幕(正如它的设计那样),如果我按 print screen Windows 捕获屏幕截图而不是比 Visual Studio 捕获帧的 DirectX 调用的跟踪。

是否可以从 Windows 应用程序捕获帧?如果有怎么办?

【问题讨论】:

    标签: windows visual-studio-2012 microsoft-metro directx


    【解决方案1】:

    问题是我选择了GPU Only,因为我认为这是我感兴趣的。但是,该选项不允许捕获帧。我正在运行的应用程序的正确选择是Native Only,尽管其他选项也可能有效。

    【讨论】:

      猜你喜欢
      • 2014-08-20
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2018-01-09
      • 2015-12-20
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多