pub unsafe extern "C" fn SDL_isinff(x: f32) -> c_intExpand description
Return whether the value is infinity.
Parameter: x floating point value. Returns: non-zero if the value is infinity, 0 otherwise.
Thread Safety: It is safe to call this function from any thread.
Available Since: This function is available since SDL 3.2.0.
See Also: SDL_isinf