Unlock unlocks the Mutex. Must be called after Lock() is done.
()
| 186 | |
| 187 | // Unlock unlocks the Mutex. Must be called after Lock() is done. |
| 188 | Unlock() |
| 189 | |
| 190 | // SetDestroyGPUResourcesFunc sets the given function |
| 191 | // that will be called on the main thread just prior |
no outgoing calls