Hello ! I found an issue with the MatrixTranspose node in NME.
At compile time, the variable name in the shader is put twice at declaration resulting in an undeclare identifier later in the code.
Here is a minimal reproduce example:
Error is caused by this:
//Transpose
mat4 output2output2 = transpose(u_World);