Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

SDL_VERSION_ATLEAST - 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.

Simple Directmedia Layer                           SDL 3.2.20                             SDL_VERSION_ATLEAST(3)

Name

       SDL_VERSION_ATLEAST - This macro will evaluate to true if compiled with SDL at least X.Y.Z.

Synopsis

#include<SDL3/SDL_version.h>#defineSDL_VERSION_ATLEAST(X,Y,Z)\(SDL_VERSION>=SDL_VERSIONNUM(X,Y,Z))

See Also