Move solution and projects to src
This commit is contained in:
parent
cd124bda58
commit
cee7121058
3466 changed files with 55 additions and 55 deletions
15
src/Ryujinx.Graphics.Gpu/Memory/IndexBuffer.cs
Normal file
15
src/Ryujinx.Graphics.Gpu/Memory/IndexBuffer.cs
Normal file
|
@ -0,0 +1,15 @@
|
|||
using Ryujinx.Graphics.GAL;
|
||||
|
||||
namespace Ryujinx.Graphics.Gpu.Memory
|
||||
{
|
||||
/// <summary>
|
||||
/// GPU Index Buffer information.
|
||||
/// </summary>
|
||||
struct IndexBuffer
|
||||
{
|
||||
public ulong Address;
|
||||
public ulong Size;
|
||||
|
||||
public IndexType Type;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue