diff options
author | Mon ouïe <mon.ouie@gmail.com> | 2023-12-01 09:52:52 +0100 |
---|---|---|
committer | Mon ouïe <mon.ouie@gmail.com> | 2023-12-01 09:52:52 +0100 |
commit | 71599abcd6090420a4bf2049f213637c3c55724a (patch) | |
tree | 7feefda2725ef86ec50f337a1212edc184bb470f /src | |
parent | 4b4c2cb44f6ea181f344ad89a2c9ba736ac44995 (diff) |
Add docstring for BInitOverlay
Diffstat (limited to 'src')
-rw-r--r-- | src/main.cpp | 3 |
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() ) |