소스 검색

removed delegate

vpenades 2 년 전
부모
커밋
db33d5e4f2
1개의 변경된 파일0개의 추가작업 그리고 8개의 파일을 삭제
  1. 0 8
      demos/Demo4.VR/XRGame.cs

+ 0 - 8
demos/Demo4.VR/XRGame.cs

@@ -10,14 +10,6 @@ using Microsoft.Xna.Framework.Input.Oculus;
 
 namespace Microsoft.Xna.Framework
 {
-    /// <summary>
-    /// callback to retrieve the projection matrix
-    /// </summary>
-    /// <param name="nearPlane">near plane to use in the projection matrix</param>
-    /// <param name="farPlane">far plane to use in the projection matrix</param>
-    /// <returns>the projection matrix</returns>
-    public delegate Matrix ProjectionDelegate(float nearPlane, float farPlane);
-
     /// <inheritdoc/>    
     public class XRGame : Game
     {