Tim-Rex

Results 9 comments of Tim-Rex

I’ve encountered this same issue with my own custom renderer, parsing via cgltf.

I do find this to be a good demonstration model, flying boxes notwithstanding. Perhaps it’s sufficient to add a description to a README of sorts for this model, until such...

I basically came here to report the same issue, great to see it's already been addressed I was able to work around the problem by supplying --old-args or, by removing...

I can report the same running Fedora 38 under Parallels on an M2 macbook pro Setting WLR_NO_HARDWARE_CURSORS is a workaround, but performance isn't great. As others have reported, hardware cursors...

The only reference I can find for eglGetPlatformDisplay to return `EGL_BAD_ATTRIBUTE` is noted in the `EGL_EXT_explicit_device` extension notes > If EGL_EXT_platform_device is supported, passing EGL_DEVICE_EXT as an attribute to eglGetPlatformDisplay(EGL_PLATFORM_DEVICE_EXT)...

I can pull on that thread.. Here's the call stack when eglGetPlatformDisplay gets called ``` #0 eglGetPlatformDisplay (platform=12760, native_display=0x6564090, attrib_list=0x7fff89b93200) at /usr/src/debug/libglvnd-1.7.0-1.fc39.x86_64/src/EGL/libegl.c:409 #1 0x00007fff22e01fe0 in ProducerInit () from /lib64/libnvidia-vulkan-producer.so #2...

I'm unable to validate on my Fedora 39 setup at this time, but i've tried to repro on a freshly installed _arch linux_ setup on the same machine using the...

I'm unable to validate this further at this time, currently blocked on #96

> The function pointers are defined static so they shouldn’t interfer with equivalent ones used by other compilation unit. Are you trying to include both this .cpp file and eg:...