Fix VertexBuffers
Naive non-managed approach
This commit is contained in:
parent
e517cfeb8f
commit
8dca53685a
2 changed files with 25 additions and 18 deletions
10
src/Ryujinx.Graphics.Metal/BufferInfo.cs
Normal file
10
src/Ryujinx.Graphics.Metal/BufferInfo.cs
Normal file
|
@ -0,0 +1,10 @@
|
|||
using System;
|
||||
|
||||
namespace Ryujinx.Graphics.Metal
|
||||
{
|
||||
public struct BufferInfo
|
||||
{
|
||||
public IntPtr Handle;
|
||||
public int Offset;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue