Simon McVittie
Simon McVittie
> I'd be okay with something like `extern "C" int dxvkSetWSI(const char*);` in libdxgi; as long as it's easy to dlsym it shouldn't be too hard to add to existing...
Is there a "bottom-level" library that all of the others call into (is that DXGI?), like the way everything in the GTK ecosystem depends on GLib? If there is, then...
I don't think we normally recommend linking to SDL statically: SDL frequently gets updated with e.g. support for newer game controllers, and it's harder to make that take effect if...
> We would need to significantly restructure things to be able to link statically I'm confused by this; do you mean "to be able to link [to SDL] dynamically", rather...
> soo, i guess it's unable to link the shared sdl2 library that is bundled with the sniper docker container. I don't understand this, please could you elaborate? You can...