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.
我通过 OpenTK 使用 OpenGL,并在后台线程中渲染到 FramebufferObject。现在,在每个渲染帧之后,我想在我的 UI 中的一个或多个 OpenGL 控件中显示(部分)FBO。
这是如何运作的 ?
你有两个选择:
默认情况下,OpenTK 将始终尝试共享上下文。不幸的是,英特尔驱动程序不支持上下文共享,因此您不能在那里使用第一种方法。