(ref Compositor_CumulativeStats pStats,uint nStatsSizeInBytes)
| 3151 | return result; |
| 3152 | } |
| 3153 | public void GetCumulativeStats(ref Compositor_CumulativeStats pStats,uint nStatsSizeInBytes) |
| 3154 | { |
| 3155 | FnTable.GetCumulativeStats(ref pStats,nStatsSizeInBytes); |
| 3156 | } |
| 3157 | public void FadeToColor(float fSeconds,float fRed,float fGreen,float fBlue,float fAlpha,bool bBackground) |
| 3158 | { |
| 3159 | FnTable.FadeToColor(fSeconds,fRed,fGreen,fBlue,fAlpha,bBackground); |
nothing calls this directly
no outgoing calls
no test coverage detected