SDL_Surface *surface = SDL_CreateRGBSurface(0, 640, 480, 32, rmask, gmask, bmask, amask);. if (surface == NULL) {. fprintf(stderr, "CreateRGBSurface failed: ...
確定! 回上一頁