Changes between Version 27 and Version 28 of GraphicsAPI
- Timestamp:
- Nov 18, 2014, 2:38:54 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GraphicsAPI
v27 v28 38 38 * make_opengl_context_current() - this is a window-system specific opengl call. It should create the OpenGL context when called the first time. 39 39 * swap_opengl_buffers() - this is a window-system specific opengl call that causes the rendered off-screen buffer to be shown on the screen. 40 * draw_if_ needed() - called 60 times per second using a window system timer event.40 * draw_if_changed() - called 60 times per second using a window system timer event. 41 41 * draw() - called on a window system exposure event, for example when the graphics window is deiconified. 42 42 * resize() - called when the user resizes the graphics window, for example using the mouse.