Was looking at my old project and new and wondering why the shader in the old project was so efficient. My new shader was GARBAGE, AWFUL, TRUMPIAN.
Then I realized that the old shader was written in HLSL (a low level language for the GPU). So, yeah, that’s why.
Tomorrow I update the new project <sigh>.