Module bits

Available on crate feature dep_sdl3 only.
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.