Example #1
0
 internal protected virtual void OnRender()
 {
     _context.glClear(GLClearMask.ColorBuffer | GLClearMask.DepthBuffer);
 }