mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-29 07:50:48 -07:00
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