示例#1
0
文件: Game1.cs 项目: hitoyozake/MKin
        void NextFrame()
        {
            testEnv.RotateModelAndNextFrame(drawList, PSOManager);

            ReadyForPSO();
            nextFrame = false;
        }