On Tue, 30 Jun 2020, Biswapriyo Nath wrote:
The opengl32 and glu32 export libraries aren't present in WinSDK but the
DLLs are present in the ARM64 Windows 10. I want test glew in ARM64,
thought this may be helpful.
Where are they present in ARM64 Windows 10?
In my experience, the only place where they actually exist, is in i386
form (for compatibility for running i386 applications). If you actually
run an i386 program that use it, you'd see that it actually isn't hooked
up to the real HW renderer, it's just the ancient (mid-1990s) microsoft
reference SW fallback implementation. And on aarch64 it's not available.
I just retested this (on Win10 1909). To see for yourself, I made a few
test executables available at https://martin.st/temp/wglinfo/.
// Martin
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public