I know that this may be common knowledge, but is there a way to edit RGB values of pixels of Windows window from C/C++ without using libraries like OpenGL or DirectX? If there is, what are the built-in functions to manipulate pixel buffer directly?
I know that this may be common knowledge, but is there a way to
Share
In your
WM_PAINThandler you can callSetPixel.