Example #1
0
            void DrawFrame()
            {
                IGPIFrame frame = device.BeginFrame();

                mainCmd.Reset();
                mainCmd.Clear(frame, Color.Red);
                mainCmd.Submit();
                device.EndFrame(frame);
            }
 public void Clear(IGPIFrame frame, Color color)
 {
 }
 public void EndFrame(IGPIFrame frame, bool blocking = true)
 {
 }