Debugging shaders

Started by
0 comments, last by circlesoft 18 years, 10 months ago
hi friends what's the best way to debug shader codes? for example how can I watch my register values in assembly written text shader files? is there any way to view them as the program internal variables? or I should use something different? thanks
Visit galaxyroad.com which soon will have english contents too
Advertisement
The DXSDK comes with a pretty nifty vertex and pixel shader debugger. It integrates right into Visual Studio. Check out these pages:

Getting Started Debugging Shaders
Shader Debugger
Shader Debugging Tutorial
Dustin Franklin ( circlesoft :: KBase :: Mystic GD :: ApolloNL )

This topic is closed to new replies.

Advertisement