This macro turns the version numbers into a numeric value.
Defined in <SDL3/SDL_version.h>
major | the major version number. |
minor | the minorversion number. |
patch | the patch version number. |
(1,2,3) becomes 1002003.
This macro is available since SDL 3.0.0.