Skip to main content
2 of 2
added 74 characters in body; edited tags; edited title
aybe
  • 7.3k
  • 5
  • 41
  • 65

How does Quake 1 access video memory in software mode?

I have WinQuake.exe game file which I compiled myself from source.

In software mode (without DirectX/OpenGL), what function is used to access video memory?

I know, for example, the DrawDibDraw WinAPI function; but I didn't find it in the code.