In Ogre, when loading HLSL shaders you specify a target PS/VS e.g SM2.0, SM 3.0. Are there tools for HLSL (and I guess other shader languages) which will tell me what shader-model versions a given HLSL function/file is valid as? For instance we wrote shaders for SM3.0 by default but for all I know they are valid as SM2.0.

link|improve this question

69% accept rate
Here's a question that may be relevant: stackoverflow.com/questions/2863575/… – Andrew Russell Feb 8 '11 at 11:04
feedback

1 Answer

up vote 1 down vote accepted

Start with a low shader version and work your way up until it compiles. Its not elegant but it works.

link|improve this answer
Best idea I found so far – John Feb 10 '11 at 17:04
feedback

Your Answer

 
or
required, but never shown

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