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.
我正在使用`QGLWidget 和 OpenCL。要设置我需要的 CL-GL 互操作
HGLRC glContext HDC deviceGLContext
如何使用 Qt 获得它?
您可以选择QGLWidget用于当前 OpenGL 操作的,QGLWidget::makeCurrent()然后分别检索当前的HGLRC和HDC和。wglGetCurrentContextwglGetCurrentDC
QGLWidget
QGLWidget::makeCurrent()
HGLRC
HDC
wglGetCurrentContext
wglGetCurrentDC