Imbris
Imbris
I think the context isn't current when it is dropped? Is this necessary? Hacking in a `make_current` in the drop of the owner seems to avoid the issue. Specifically for...
Yeah since everything is pretty unsafe that seems reasonable. Although, it might be more friendly in terms of avoiding accidental UB to panic and/or leak (edit: or just log an...
@grovesNL would you be interested in a PR for this that also addresses https://github.com/grovesNL/glow/issues/289?
actually there probably isn't any reason to combine these to one PR
> I'm basically hoping to avoid extra function calls that aren't necessary when using GL, and usually it's not a problem unless multiple threads are using the context. Ah, that...
I'm fairly certain `Linux` has similar situations where the library isn't unloaded and this also prevents loading a new version with the same name. E.g. when there are thread local...
Hi, I investigated this a bit. Here is what happens: * `view` (in the dynamically loaded lib) returns a `Element` (internally this is a `Widget` trait object). * The internals...
> only on Desktop GL < 4.2 I'm a bit curious about this since the wgpu docs only say `4.4+`, is it that `AMD_query_buffer_object` could be available on `4.2`?
This repo was moved to https://gitlab.com/veloren/airshipper (and the github is now a mirror)
@mrexcessive sounds good, will try to remember to post here when it is applied