NVIDIA-developer-blog / code-samples

Source code examples from the Parallel Forall Blog
BSD 3-Clause "New" or "Revised" License
1.24k stars 633 forks source link

Fixing flags to render to FBO by default #5

Closed pmessmer closed 6 years ago

pmessmer commented 8 years ago

The previous version didn't accurately handle the different configuration flags (USE_EGL_GET_DISPLAY, USE_EGL_SURFACE). This is fixed now. In addition, the default is set to FBO rendering, instead of using EGL_SURFACE.