Is it possible you’re experiencing the same issue I saw here?
The shader compiler can aggressively optimize away entire columns of your matrix, but MonoGame isn’t aware of that when setting parameters from code.
Is it possible you’re experiencing the same issue I saw here?
The shader compiler can aggressively optimize away entire columns of your matrix, but MonoGame isn’t aware of that when setting parameters from code.