Method SwapBuffers
SwapBuffers(nint)
Exchanges the front and back buffers if the pixel format supports double buffering.
public static extern bool SwapBuffers(nint hdc)
Parameters
hdcnintHandle to the device context associated with the OpenGL rendering surface.
Returns
- bool
True if the operation succeeds; otherwise, false.