|
Just™ Game Engine
|
#include <graphics_context.hpp>
Public Member Functions | |
| GraphicsContext (Window &window) | |
| ~GraphicsContext ()=default | |
| void | setVSync (bool enabled) |
| bool | isVSync () const |
| void | swapBuffers () const |
Friends | |
| class | Window |
|
explicit |
|
default |
|
inline |
| void jng::GraphicsContext::setVSync | ( | bool | enabled | ) |
| void jng::GraphicsContext::swapBuffers | ( | ) | const |
|
friend |