sdl2: potential huge perf. boost to software
SDL_UpdateTexture is apparently not good for streaming textures. So instead, I did SDL_LockTexture/Unlock.
Loading
Please register or sign in to comment
SDL_UpdateTexture is apparently not good for streaming textures. So instead, I did SDL_LockTexture/Unlock.