| 116 | } |
| 117 | |
| 118 | EMSCRIPTEN_KEEPALIVE void emsPostEmptyEvent( int forceFrames ) |
| 119 | { |
| 120 | auto& viewer = MR::getViewerInstance(); |
| 121 | viewer.incrementForceRedrawFrames( forceFrames, true ); |
| 122 | viewer.postEmptyEvent(); |
| 123 | } |
| 124 | |
| 125 | EMSCRIPTEN_KEEPALIVE void emsUpdateViewportBounds() |
| 126 | { |
nothing calls this directly
no test coverage detected