wip
This commit is contained in:
parent
18231cc9da
commit
4b40ffdb2d
1 changed files with 1 additions and 3 deletions
|
@ -11,8 +11,6 @@ namespace Ryujinx.Tests.Graphics
|
|||
{
|
||||
public class AstcDecoderTests
|
||||
{
|
||||
private const int ASTCBlockSize;
|
||||
|
||||
[SetUp]
|
||||
public void SetupFixture()
|
||||
{
|
||||
|
@ -24,7 +22,7 @@ namespace Ryujinx.Tests.Graphics
|
|||
{
|
||||
var inputData = GetTestData();
|
||||
var outputBuffer = new Memory<byte>();
|
||||
GraphicsConfig.EnableTextureRecompression = false;
|
||||
GraphicsConfig.EnableTextureRecompression = false;
|
||||
|
||||
|
||||
AstcDecoder.TryDecodeToRgba8P()
|
||||
|
|
Loading…
Reference in a new issue