What exactly is a graphic context? When drawing with Core Graphic we get a reference to the context. When I look at the documentation it seems like it is an object or so that ta
The graphics context determines how you are drawing to the screen, be it OpenGL or some 2D library. You should know this.