Y
Hacker News
new
|
ask
|
show
|
jobs
by
direwolf20
139 days ago
Does AMD use a statically linked OpenGL?
1 comments
holowoodman
139 days ago
AMD uses the dynamically linked system libGL.so, usually Mesa.
link
direwolf20
139 days ago
So you still need dynamic linking to load the right driver for your graphics card.
link
holowoodman
139 days ago
Most stuff like that uses some kind of "icd" mechanism that does 'dlopen' on the vendor-specific parts of the library. Afaik neither OpenGL nor Vulkan nor OpenCL are usable without at least dlopen, if not full dynamic linking.
link