假设我有这个纹理: SDL_Texture* txt = IMG_LoadTexture(renderer, "path"); /* various code */ SDL_DestroyTexture(txt); delete txt; // <- Is this part really ...
確定! 回上一頁