Esempio n. 1
0
 public static extern arr.Result RemoteRendering_fov_to_projection_matrix([MarshalAs(UnmanagedType.Struct)] ref arr.CameraFov fov, float nearPlane, float farPlane, arr.DepthConvention depthConvention, [MarshalAs(UnmanagedType.Struct)] out arr.Matrix4x4 projection);
Esempio n. 2
0
 public static extern arr.Result RemoteRendering_fov_from_projection_matrix([MarshalAs(UnmanagedType.Struct)] ref arr.Matrix4x4 projection, [MarshalAs(UnmanagedType.Struct)] out arr.CameraFov fov);