()
| 3146 | return result; |
| 3147 | } |
| 3148 | public float GetFrameTimeRemaining() |
| 3149 | { |
| 3150 | float result = FnTable.GetFrameTimeRemaining(); |
| 3151 | return result; |
| 3152 | } |
| 3153 | public void GetCumulativeStats(ref Compositor_CumulativeStats pStats,uint nStatsSizeInBytes) |
| 3154 | { |
| 3155 | FnTable.GetCumulativeStats(ref pStats,nStatsSizeInBytes); |
nothing calls this directly
no outgoing calls
no test coverage detected