Jonathan Dearborn

Results 3 issues of Jonathan Dearborn

vsnprintf() expects a string of size `_BufferCount - 1` because it always appends a null terminator (see https://www.cplusplus.com/reference/cstdio/vsnprintf/). This causes strprintf() to drop the last character. A tested fix with...

Currently, most calls in SDL_gpu.c check the current renderer. This isn't going to be the right thing when multiple renderers are ever used. If targets or images are involved, their...

See #10 for initial discussion.