NVIDIA/NvPipe

Visual Studio 2017

raghs7 opened this issue · 5 comments

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?

EGL is Linux only.

Do you think implementation of EGL ANGLE from Google would work ?
https://github.com/google/angle/tree/master/src/libEGL

I guess you can give it a try. Only question is if you really need EGL on Windows. What are you trying to achieve?

I am merely playing around to understand gl+encode+decode latency .

Okay, in this case I suggest you just create a normal GL context, e.g., via GLFW.