Visual Studio 2017
raghs7 opened this issue · 5 comments
raghs7 commented
I am having trouble building nvpExampleEGL.
The environment is Windows 10 with VS2017. I get this error when I try to build cmake project
Could NOT find EGL (missing: EGL_LIBRARY EGL_opengl_LIBRARY EGL_INCLUDE_DIR)
How do I install EGL libraries to Visual Studio 2017?
tbiedert commented
EGL is Linux only.
raghs7 commented
Do you think implementation of EGL ANGLE from Google would work ?
https://github.com/google/angle/tree/master/src/libEGL
tbiedert commented
I guess you can give it a try. Only question is if you really need EGL on Windows. What are you trying to achieve?
raghs7 commented
I am merely playing around to understand gl+encode+decode latency .
tbiedert commented
Okay, in this case I suggest you just create a normal GL context, e.g., via GLFW.