Module bits

Module bits 

Source
Expand description

Functions for fiddling with bits and bitmasks.

Functionsยง

SDL_HasExactlyOneBitSet32
Determine if a unsigned 32-bit value has exactly one bit set.
SDL_MostSignificantBitIndex32
Get the index of the most significant (set) bit in a 32-bit number.