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

Method Present

headers/openvr_driver.h:3129–3129  ·  view source on GitHub ↗

Submits queued layers for display. */

Source from the content-addressed store, hash-verified

3127
3128 /** Submits queued layers for display. */
3129 virtual void Present( vr::SharedTextureHandle_t syncTexture ) {}
3130
3131 /** Called after Present to allow driver to take more time until vsync after they've successfully acquired the sync texture in Present.
3132 * Set Prop_Hmd_SupportsAppThrottling_Bool to enable throttling / prediction UI in per-app video settings. */

Callers 1

RenderFrameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected