Is there any tool for testing pixel and vertex shaders?

link|improve this question

feedback

3 Answers

up vote 1 down vote accepted

nVidia FX Composer (There was also AMD (formerly ATI) RenderMonkey, but it looks like that's been shelved.)

Finally, you may find PIX useful for testing shaders as they are used in your application. It is included in the DirectX SDK.

link|improve this answer
feedback

For HLSL Effects that you can use in XNA (PS 2.0-3.0) you can try:

3DPee (Tridipy) player and shader editor

It operates on images and video. It supports multi pass technique, vertext shader, and has a nice editor with error message reporting on compile. It's an alpha version i have developed but it can be useful.

Screenshot: enter image description here

link|improve this answer
feedback

You need to have a Mac to use it, but Apple's OpenGL Shader Builder is pretty nice. You can literally type in shaders and run them live, outside of your application.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.