DOCS/tech-overview.txt: add vo_gpu_next reference

vo_gpu_next also can pick a windowing system at runtime.
This commit is contained in:
nanahi 2024-03-07 01:06:00 -05:00 committed by sfan5
parent 73e08043d2
commit 2ea12464be
1 changed files with 2 additions and 2 deletions

View File

@ -215,8 +215,8 @@ video/out/:
Video output. They also create GUI windows and handle user input. In most
cases, the windowing code is shared among VOs, like x11_common.c for X11 and
w32_common.c for Windows. The VOs stand between frontend and windowing code.
vo_gpu can pick a windowing system at runtime, e.g. the same binary can
provide both X11 and Cocoa support on macOS.
vo_gpu and vo_gpu_next can pick a windowing system at runtime, e.g. the same
binary can provide both X11 and Cocoa support on macOS.
VOs can be reconfigured at runtime. A vo_reconfig() call can change the video
resolution and format, without destroying the window.