| 1336 | } |
| 1337 | |
| 1338 | void SetupContextEventCallback(void* context, ContextEventCallback callback) |
| 1339 | { |
| 1340 | PlatformSetupContextEventCallback(context, callback); |
| 1341 | } |
| 1342 | |
| 1343 | void OnContextEvent(void* context, RenderContextEvent event_type) |
| 1344 | { |
no test coverage detected