Closed Svengali closed 2 weeks ago
In the header file SDL_gpu_shadercross.h, theres a missing
`/ Set up for C function definitions, even when using C++ /
}
`
I added it locally, and can submit a PR, but just wanted to point it out
I can merge a PR for this if you have it working locally!
Fixed by #42
In the header file SDL_gpu_shadercross.h, theres a missing
`/ Set up for C function definitions, even when using C++ /
ifdef __cplusplus
}
endif
`
I added it locally, and can submit a PR, but just wanted to point it out