SDL_UpdateTexture (texture, NULL, pixels, 640 * sizeof (Uint32));. In this code, we are using SDL_UpdateTexture() to copy our pixels onto the ...
確定! 回上一頁