--------------------------------- GlfwRenderArea::SetVSyncEnabled
| 124 | // GlfwRenderArea::SetVSyncEnabled |
| 125 | // |
| 126 | void GlfwRenderArea::SetVSyncEnabled(bool const val) |
| 127 | { |
| 128 | glfwSwapInterval(val); |
| 129 | } |
| 130 | |
| 131 | //--------------------------------- |
| 132 | // GlfwRenderArea::SetVSyncEnabled |
nothing calls this directly
no outgoing calls
no test coverage detected