Files
Mike-Solar a761d96c82 perf(wgpu_atlas): upload identity-format textures from the caller's slice
BGRA atlas uploads (every viewer video frame on macOS) were staged
through swizzle_upload_data's to_vec() into pending_uploads — a
full-frame CPU copy per upload. Non-swizzled formats now write_texture
directly from the borrowed bytes; only the RGBA swizzle and the
not-yet-allocated fallback keep the owned staging path.
2026-08-19 01:19:52 +08:00
..
2026-06-02 07:53:18 -04:00