mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-28 10:22:21 -05:00
Fix VertexBuffers
Naive non-managed approach
This commit is contained in:
committed by
Evan Husted
parent
e2445990a5
commit
fc7f09624c
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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user