How to debug d3d10 shader in vs2005?

Started by
2 comments, last by Jalibr 16 years, 9 months ago
It is known that one can trace dx9 shader step by step in vs2003. I want to ask how can I debug dx10 shader in the same manner in vs2005 Thanks!
Advertisement
You can't. VS Shader Debugging has basically been dropped in favour of focusing on PIX's shader debugging facilities.

Richard "Superpig" Fine - saving pigs from untimely fates - Microsoft DirectX MVP 2006/2007/2008/2009
"Shaders are not meant to do everything. Of course you can try to use it for everything, but it's like playing football using cabbage." - MickeyMouse

But when I use pix, it seems that it can not debug NV SoftShadow DEMO, why?
You have to compile your shaders with debug info enabled or you'll only get assembly level debugging.

This topic is closed to new replies.

Advertisement