Shader Performance

Hi,

Ive got a “dumb” question to performance of shaders:
-Is a shader faster if there is just one function/technique in it?
Or does Vvvv compile only the selected technique of a three technique shader and puts into graphic card?

Thanks Frank

hi, there is no differnce, the whole shader gets compiled, but every technique is used seperately by the graphics card.