Direct3D to OpenGL

Anyone knows how to convert a transform matrix from DirectX to OpenGL’s format within vvvv?
Is it enough to scale z by -1 using vvvv’s scale node or do I also need to transpose the Matrix after rescaling?