public static void CheckError(this bool value) { Debug.Assert(value, Utf8.ToString(SDL.GetError())); }
public static void CheckError(this SDL.Window value) { Debug.Assert(value != IntPtr.Zero, Utf8.ToString(SDL.GetError())); }