| 4651 | } |
| 4652 | |
| 4653 | inline EVRInitError InitCompositorDriverContext( IVRDriverContext *pContext ) |
| 4654 | { |
| 4655 | VRDriverContext() = pContext; |
| 4656 | return OpenVRInternal_ModuleServerDriverContext().InitCompositor(); |
| 4657 | } |
| 4658 | |
| 4659 | inline void CleanupDriverContext() |
| 4660 | { |
nothing calls this directly
no test coverage detected