Submits queued layers for display. */
| 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. */ |