mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
72f026e254
On a Debian machine, LD_LIBRARY_PATH might not be set and libGL.so might not exist (libGL.so.1 exists instead). In this case, searching for a GL library fails This change fixes the issue by not using LD_LIBRARY_PATH and also including `libGL.so.*` files as candidates for dlopen. Closes #2539 |
||
---|---|---|
.. | ||
gl | ||
context_js.go | ||
context_notjs.go | ||
context.go | ||
graphics_default.go | ||
graphics_glfw.go | ||
graphics_js.go | ||
graphics_mobile.go | ||
graphics.go | ||
image.go | ||
locationcache.go | ||
program.go | ||
shader.go |