How do you specify which shader model to use in a .cg shader?
I am getting a “temporary register limit 32 exceeded: 40 used”. This implies that the shader is being compiled with the cg equivalent of shader model 3.0.
How can I change this?
- List item