aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMon ouïe <mon.ouie@gmail.com>2023-12-01 09:52:52 +0100
committerMon ouïe <mon.ouie@gmail.com>2023-12-01 09:52:52 +0100
commit71599abcd6090420a4bf2049f213637c3c55724a (patch)
tree7feefda2725ef86ec50f337a1212edc184bb470f
parent4b4c2cb44f6ea181f344ad89a2c9ba736ac44995 (diff)
Add docstring for BInitOverlay
-rw-r--r--src/main.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 6b89727..d7553ef 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -1181,6 +1181,9 @@ bool CMainApplication::BInitCompositor()
return true;
}
+//-----------------------------------------------------------------------------
+// Purpose: Create a VR overlay in which the window/video will be rendered.
+//-----------------------------------------------------------------------------
bool CMainApplication::BInitOverlay()
{
if ( !vr::VROverlay() )