예제 #1
0
파일: Game1.cs 프로젝트: hitoyozake/MKin
        void NextFrame()
        {
            testEnv.RotateModelAndNextFrame(drawList, PSOManager);

            ReadyForPSO();
            nextFrame = false;
        }