Move solution and projects to src
This commit is contained in:
13
src/Ryujinx.Graphics.Gpu/Memory/VertexBuffer.cs
Normal file
13
src/Ryujinx.Graphics.Gpu/Memory/VertexBuffer.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
namespace Ryujinx.Graphics.Gpu.Memory
|
||||
{
|
||||
/// <summary>
|
||||
/// GPU Vertex Buffer information.
|
||||
/// </summary>
|
||||
struct VertexBuffer
|
||||
{
|
||||
public ulong Address;
|
||||
public ulong Size;
|
||||
public int Stride;
|
||||
public int Divisor;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user