OpenRA
                                
                                 OpenRA copied to clipboard
                                
                                    OpenRA copied to clipboard
                            
                            
                            
                        Don't allocate empty sheets
Currently sheet builder allocates empty BGRA sheets for RA, TD and TS
I measured GPU memory:
- 95 MiB on bleed
- 110 MiB on this branch
with nvtop on X11 and Red Alert shell map.
I believe that is from #21557, which is in bleed but this PR hasn't yet rebased to include. Do you get a better result if you rebase the PR and compare?
95 MiB on bleed 95 MiB on this branch rebased onto bleed
That's great. Since the sheets were empty we never commited anything to the GPU anyway, so I would expect memory to have remained the same.
But this will prevent an empty sheet from being dumped via the utility command, which is a small change but nice to have.
https://github.com/OpenRA/OpenRA/wiki/Changelog-(bleed)/_compare/fd100194a0a5395882d4baf85ec2dd33327071aa