... if (!texture) { printf("\n[ERROR] Fail to create texture: %s", SDL_GetError()); exit(1); } SDL_FreeSurface(image); if (SDL_QueryTexture(texture, NULL, ...
確定! 回上一頁