Katelyn Gadd

Results 44 issues of Katelyn Gadd

I've tested this locally by using it to create R16_UNORM textures for my dav1dfile test and it worked (with a paired change to FNA to allow me to create a...

## Steps to Reproduce 1. Get a function pointer from native code (`fp`) 2. `Delegate d = Marshal.GetDelegateForFunctionPointer(fp)` 3. Pass d back to native code via marshalling or by calling...

Idea came up on discord. It's not safe to do multithreaded operations on the SDL_GPU backend even though it's guarded by a mutex (the explanation for why not is complicated...

I previously used PresentMon's graphical frontend to monitor display/render latencies for my game on various backends. This worked great. Now on a new windows setup when I install the latest...