Move solution and projects to src
This commit is contained in:
11
src/Ryujinx.Graphics.Nvdec.Vp9/TileBuffer.cs
Normal file
11
src/Ryujinx.Graphics.Nvdec.Vp9/TileBuffer.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using Ryujinx.Common.Memory;
|
||||
|
||||
namespace Ryujinx.Graphics.Nvdec.Vp9
|
||||
{
|
||||
internal struct TileBuffer
|
||||
{
|
||||
public int Col;
|
||||
public ArrayPtr<byte> Data;
|
||||
public int Size;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user