Exemple #1
0
        public static void Render()
        {
            EndFrameSanityCheck();
            EndFrame();


            GlobalContext.LastRenderFrame = GlobalContext.FrameCount;
            DrawData.ResetForRenderFrame();

            //TODO: Add all windows to the draw data

            AddWindowToDrawData(GlobalContext.FallbackWindow, DrawData);
        }