nix-community / nixGL

A wrapper tool for nix OpenGL application [maintainer=@guibou]
677 stars 78 forks source link

Add support for setting the EGL vendor configuration path #101

Closed tpwrules closed 2 years ago

tpwrules commented 2 years ago

This patch sets the appropriate environment variable to get EGL applications working correctly when run by nixGL.

This environment variable is documented here: https://github.com/NVIDIA/libglvnd/blob/master/src/EGL/icd_enumeration.md

guibou commented 2 years ago

Thank you.