()
| 3240 | FnTable.ForceInterleavedReprojectionOn(bOverride); |
| 3241 | } |
| 3242 | public void ForceReconnectProcess() |
| 3243 | { |
| 3244 | FnTable.ForceReconnectProcess(); |
| 3245 | } |
| 3246 | public void SuspendRendering(bool bSuspend) |
| 3247 | { |
| 3248 | FnTable.SuspendRendering(bSuspend); |
nothing calls this directly
no outgoing calls
no test coverage detected