()
| 3305 | return result; |
| 3306 | } |
| 3307 | public bool IsCurrentSceneFocusAppLoading() |
| 3308 | { |
| 3309 | bool result = FnTable.IsCurrentSceneFocusAppLoading(); |
| 3310 | return result; |
| 3311 | } |
| 3312 | public EVRCompositorError SetStageOverride_Async(string pchRenderModelPath,ref HmdMatrix34_t pTransform,ref Compositor_StageRenderSettings pRenderSettings,uint nSizeOfRenderSettings) |
| 3313 | { |
| 3314 | IntPtr pchRenderModelPathUtf8 = Utils.ToUtf8(pchRenderModelPath); |
nothing calls this directly
no outgoing calls
no test coverage detected