I have WinQuake.exeWinQuake.exe game file. which I compiled it myself from source. I have a question - in
In software mode (without DirectX/OpenGL), what method (function)function is used to access video memory?
I know, for example, the DrawDibDraw()DrawDibDraw WinAPI function,function; but I didn’tdidn't find it in the code.