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

Method ClearLastSubmittedFrame

headers/openvr_api.cs:3130–3133  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3128 return result;
3129 }
3130 public void ClearLastSubmittedFrame()
3131 {
3132 FnTable.ClearLastSubmittedFrame();
3133 }
3134 public void PostPresentHandoff()
3135 {
3136 FnTable.PostPresentHandoff();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected