Atlas: More portable GL context usage. Smoother and more responsive terrain editing.

This was SVN commit r2705.
This commit is contained in:
Ykkrosh
2005-09-13 03:57:34 +00:00
parent 35591f4d24
commit 0b72d0f86c
18 changed files with 208 additions and 90 deletions
@@ -4,3 +4,8 @@ namespace AtlasMessage { class MessageHandler; }
ATLASDLLIMPEXP void Atlas_SetMessageHandler(AtlasMessage::MessageHandler*);
ATLASDLLIMPEXP void Atlas_StartWindow(wchar_t* type);
ATLASDLLIMPEXP void Atlas_GLSetCurrent(void* context);
ATLASDLLIMPEXP void Atlas_GLSwapBuffers(void* context);
ATLASDLLIMPEXP void Atlas_NotifyEndOfFrame();