bool SDL_RenderPoint(SDL_Renderer *renderer, float x, float y);
(bool) 成功のとき真, 失敗のとき偽を戻す. SDL_GetError()を呼んで詳細を知ることができる.
この関数を呼べるのはメインスレッドのみである.