Changeset 5366 in orxonox.OLD for trunk/src/lib/graphics
- Timestamp:
- Oct 12, 2005, 1:23:08 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/graphics/graphics_engine.h
r5346 r5366 71 71 bool hwSupportsEXT(const char* extension); 72 72 73 /** \brief swaps the GL_BUFFERS */73 /** @brief swaps the GL_BUFFERS */ 74 74 inline static void swapBuffers() { SDL_GL_SwapBuffers(); }; 75 75
Note: See TracChangeset
for help on using the changeset viewer.