When you call SDL_CreateTextureFromSurface(), SDL_Texture is located on main memory. When you call SDL_RenderCopy(), the texture is located on VRAM.
確定! 回上一頁