I follow the tutorial but rendering black screen.
bool is_running = true; SDL_Event event; renderer = SDL_CreateRenderer(window, -1, 0); while (is_running) {