Win8 Metro App with DX11 Graphics Analysis won't run
-
2012年8月3日 下午 10:35
I'm trying to do a graphics diagnostics for a win8 metro app.
Pressing print screen while the app has focus makes the app pause for a second, but does not seem to have any other effect.
Pressing the camera icon to capture the next rendered frame results in the vsglog (and debug output spew) displaying "Unable to start the experiment session".
At device creation time I have D3D11_CREATE_DEVICE_DEBUG flag set. No other flags are set.
Is there something else I need to enable/disable to be able to run the analysis?
- 已編輯 Bryce Bangerter 2012年8月3日 下午 10:35
所有回覆
-
2012年8月6日 上午 08:52版主
Hi,
Did you use some graphics diagnostics tool for Win8 metro, or you want to write such a app?
If you want to analyzing the performance for metro app, you can follow this document.
http://msdn.microsoft.com/en-us/library/windows/apps/hh696636(v=vs.110)Best regards,
JesseJesse Jiang [MSFT]
MSDN Community Support | Feedback to us
- 已提議為解答 Jesse JiangMicrosoft Contingent Staff, Moderator 2012年8月9日 上午 05:51
- 已標示為解答 Jesse JiangMicrosoft Contingent Staff, Moderator 2012年8月10日 上午 07:16
- 已取消標示為解答 Jesse JiangMicrosoft Contingent Staff, Moderator 2012年8月21日 上午 09:36
-
2012年8月20日 下午 03:34I'm trying to use VS 2012 Ultimate built in graphics diagnostics tool (the replacement for PIX).
- 已標示為解答 Jesse JiangMicrosoft Contingent Staff, Moderator 2012年8月21日 上午 09:36
- 已取消標示為解答 Rob CaplanMicrosoft Employee, Moderator 2012年9月6日 上午 12:43
-
2012年8月21日 下午 10:35
I'm getting the sames issues with RTM, either I get "Unable to Start experiment sesión" (Mixed-GPU mode) or the capture of the frame nevers happen (Native mode)
Does this feature Works with metro style directx apps?
-
2012年9月5日 下午 03:22
This feature does work with Metro apps. Can you try the default Direct3D game metro template? (should be under Visual C++ templates).- 已標示為解答 Rob CaplanMicrosoft Employee, Moderator 2012年9月6日 上午 12:44
- 已取消標示為解答 Rob CaplanMicrosoft Employee, Moderator 2012年9月6日 上午 12:44
- 已提議為解答 Rob CaplanMicrosoft Employee, Moderator 2012年9月6日 上午 12:44
- 已標示為解答 Bryce Bangerter 2012年9月6日 下午 04:29
-
2012年9月6日 下午 04:30I had to disable a number of things in our code that are dependent upon mixed mode compilation (sign in, achievements, etc) but was able to get this to work in native mode.

