Add --dump-sequence-sheets Utility command.

This can be used to debug and optimize the texture
data that is uploaded to VRAM.
This commit is contained in:
Paul Chote
2018-04-29 16:38:39 +01:00
committed by reaperrr
parent 7bc5bd5791
commit 952f41b4e4
3 changed files with 65 additions and 0 deletions

View File

@@ -137,6 +137,8 @@ namespace OpenRA.Graphics
}
public Sheet Current { get { return current; } }
public TextureChannel CurrentChannel { get { return channel; } }
public IEnumerable<Sheet> AllSheets { get { return sheets; } }
public void Dispose()
{