Rearrange public/private property ordering
This commit is contained in:
parent
04b37891cb
commit
43bbab00ab
1 changed files with 2 additions and 1 deletions
|
@ -18,9 +18,10 @@ namespace Ryujinx.Graphics.Texture.Astc
|
|||
|
||||
private AstcLevel[] Levels { get; }
|
||||
|
||||
public int TotalBlockCount { get; }
|
||||
private bool Success { get; set; }
|
||||
|
||||
public int TotalBlockCount { get; }
|
||||
|
||||
public AstcDecoder(
|
||||
ReadOnlyMemory<byte> inputBuffer,
|
||||
Memory<byte> outputBuffer,
|
||||
|
|
Loading…
Add table
Reference in a new issue