SDL_Surface * image = IMG_Load("yourimage.png"); SDL_Texture* texture = SDL_CreateTextureFromSurface(m_Renderer, ...
確定! 回上一頁