... texture); int width, height; SDL_QueryTexture(texture, NULL, NULL, &width, &height); SDL_Surface* surface = SDL_CreateRGBSurface(0, width, height, 32, ...
確定! 回上一頁