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.
我知道我需要调用 wglGetProcAddress 来获取扩展 wglSwapIntervalEXT 的地址。假设对 wglGetProcAddress 的调用成功,wglSwapIntervalEXT 是否位于 opengl32.lib 中?
wglSwapIntervalEXT 位于 opengl32.lib 中吗?
不。
opengl32.dll 基本上是由 GPU 驱动程序提供的实际 OpenGL 实现的蹦床,即所谓的 ICD(独立客户端驱动程序)。它还包含一个软件光栅化器,但这只是一个后备。
opengl32.lib 只是 DLL 的目录。