mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-21 07:40:54 -05:00
Move solution and projects to src
This commit is contained in:
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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user