As you probably know, C++ has no standard graphics library. Most games use DirectX or OpenGL.
But how do those libraries actually work? In other words, how can the
They will transfer their calls to the driver which will send them to the graphic card.