Trevor Davenport

Results 5 comments of Trevor Davenport

Yes, this was on non-nvidia. It was on an AMD RX 6700 XT. I had briefly tried the vulkan validation layers and saw some messages about buffers still in use...

@portaloffreedom , what driver are you using on Linux (ie. version of amdvlk, amdgpu-pro or radv)? I just test latest git and it still causes a GPU reset. I'm not...

I think so since this only works when the map is empty where the other PR prevents bad lookups on a const HashMap with '[]' which purposely crashes but I...

SDL by default adds handlers for sigint/sigquit. You can use SDL_SetHint to disable that behavior before SDL_Init. For example: https://github.com/mpv-player/mpv-examples/blob/master/libmpv/sdl/main.c#L53