SDL3pp
A slim C++ wrapper for SDL3
Loading...
Searching...
No Matches
Modules
Platform and CPU Information

Modules

 Platform Detection
 SDL provides a means to identify the app's platform, both at compile time and runtime.
 
 CPU Feature Detection
 CPU feature detection for SDL.
 
 Compiler Intrinsics Detection
 SDL does some preprocessor gymnastics to determine if any CPU-specific compiler intrinsics are available, as this is not necessarily an easy thing to calculate, and sometimes depends on quirks of a system, versions of build tools, and other external forces.
 
 Byte Order and Byte Swapping
 Functions converting endian-specific values to different byte orders.
 
 Bit Manipulation
 Functions for fiddling with bits and bitmasks.
 

Detailed Description