Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这在自然界中可能吗?SDL 库在 OpenVR API 中的作用是什么?它需要 OpenGL 上下文还是仅用于将立体图像镜像到 SDL 窗口?
有可能的。如果您不使用 SDL,则必须自己创建渲染上下文和窗口。整个代码对于这个答案来说太长了,但在 Windows 上,您可以使用CreateWindowEx和wglCreateContext. OpenVR 不需要任何与普通上下文设置不同的东西,但您需要使用现代版本的 OpenGL(至少 4.1 对我有用)。
CreateWindowEx
wglCreateContext