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

Method CanRenderScene

headers/openvr_api.cs:3211–3215  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3209 return result;
3210 }
3211 public bool CanRenderScene()
3212 {
3213 bool result = FnTable.CanRenderScene();
3214 return result;
3215 }
3216 public void ShowMirrorWindow()
3217 {
3218 FnTable.ShowMirrorWindow();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected