TestinTaskFramework.Framework用于游戏开发

时间:2015-07-25 10:01:28

标签: c# game-engine monogame sharpdx

[STAThread]
        static void Main(string[] args)
        {
            int seed = 0;
            if (args.Length > 0)
            int.TryParse(args[0], out seed);
             Framework.Run(new ShipBehavior(), new World(), seed); // exception

        }

EXCEPTION: "An unhandled exception of type 'SharpDX.SharpDXException' occurred in SharpDX.Direct3D9.dll"

我正在使用包含此Framework类和VRAGE函数的TestingTaskFramework库和Framework.Run() dll文件。

0 个答案:

没有答案