Exemplo n.º 1
0
 public static Matrix44 FixupWVP(Matrix44 projection)
 {
     return(PlatformRenderer.FixupWVP(projection));
 }