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.
我需要做什么才能在 windows7 上获取 libEGL.lib?
谷歌告诉我我已经默认应该有 OpenGL,但我需要链接到 32 位版本的 libegl.lib 来编译 QtWebKit
另一种选择是使用 PowerVR SDK:http ://www.imgtec.com/powervr/insider/sdkdownloads/index.asp
GLES2.0 和 GLES 3.0 也有实现
获取ANGLE(用于通过 D3D9/D3D11 进行硬件渲染)或Mesa(用于软件渲染)的副本。
两者都提供 EGL 和 OpenGL ES 2.0 实现。