MCPcopy Create free account
hub / github.com/ValveSoftware/openvr / GetCumulativeStats

Method GetCumulativeStats

headers/openvr_api.cs:3153–3156  ·  view source on GitHub ↗
(ref Compositor_CumulativeStats pStats,uint nStatsSizeInBytes)

Source from the content-addressed store, hash-verified

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);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected