Move solution and projects to src
This commit is contained in:
4
src/Ryujinx.Graphics.GAL/VertexAttribDescriptor.cs
Normal file
4
src/Ryujinx.Graphics.GAL/VertexAttribDescriptor.cs
Normal file
@@ -0,0 +1,4 @@
|
||||
namespace Ryujinx.Graphics.GAL
|
||||
{
|
||||
public readonly record struct VertexAttribDescriptor(int BufferIndex, int Offset, bool IsZero, Format Format);
|
||||
}
|
||||
Reference in New Issue
Block a user