您应该使用SDL_CreateRGBSurface。 SDL_Surface *screen = SDL_CreateRGBSurface(...); 更新: 如果这是用于主显示表面,则应使用SDL_CreateWindow或 ...
確定! 回上一頁