feat(render): unify physical residency accounting
This commit is contained in:
parent
1866ea0c6d
commit
3e18fc2730
25 changed files with 642 additions and 48 deletions
|
|
@ -69,6 +69,8 @@ namespace AcDream.App.Rendering.Wb {
|
|||
return TextureArray.TotalSizeInBytes;
|
||||
}
|
||||
}
|
||||
internal bool IsPhysicalRetirementComplete =>
|
||||
TextureArray.IsPhysicalRetirementComplete;
|
||||
internal long LastUseSequence { get; set; }
|
||||
internal int Width => _textureWidth;
|
||||
internal int Height => _textureHeight;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue