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

Method GetLastFrameRenderer

headers/openvr_api.cs:3206–3210  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3204 return result;
3205 }
3206 public uint GetLastFrameRenderer()
3207 {
3208 uint result = FnTable.GetLastFrameRenderer();
3209 return result;
3210 }
3211 public bool CanRenderScene()
3212 {
3213 bool result = FnTable.CanRenderScene();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected