Function SDL_VERSION_ATLEAST
pub const fn SDL_VERSION_ATLEAST(X: i32, Y: i32, Z: i32) -> bool
Available on crate feature
dep_sdl3
only.Expand description
This macro will evaluate to true if compiled with SDL at least X.Y.Z.
§Availability
This macro is available since SDL 3.2.0.