Red Artist

Results 206 comments of Red Artist

@bvssvni absolutely. I was going to release a new crate after waiting for a while, but it would be better to just merge all the work here.

anyone know a workaround for this?

I can reproduce this on my system (arch, kde, wayland, all latest.) too. I tried, but failed to find the cause. But posting the progress here anyway, as it might...

@dougbinks This is a duplicate of https://github.com/glfw/glfw/issues/2510 (same error, with more comments)

According to https://github.com/libgdx/gdx-liftoff/issues/206 , this might be a wayland + nvidia specific issue? The solution is to set env var ` __GL_THREADED_OPTIMIZATIONS=0`. I can confirm that doing so makes the...

By default, E seems to be the obvious name to use, because T is just an alias. For example, if I used ```c typedef enum MyEnum { MyEnumVariantA, MyEnumVariantB, }...