()
| 241 | // TODO remove once fenceSync and clientWaitSync is implemented upstream. |
| 242 | // |
| 243 | const shimFenceSync = () => { |
| 244 | return {}; |
| 245 | }; |
| 246 | const shimClientWaitSync = () => glContext.CONDITION_SATISFIED; |
| 247 | |
| 248 | // @ts-ignore |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…