| 179 | } |
| 180 | |
| 181 | void makeContextCurrent(fg_window window) { |
| 182 | FG_CHECK(common::forgePlugin().fg_make_window_current(window)); |
| 183 | CheckGL("End makeContextCurrent"); |
| 184 | } |
| 185 | |
| 186 | // dir -> true = round up, false = round down |
| 187 | double step_round(const double in, const bool dir) { |
no outgoing calls
no test coverage detected