mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-04 01:32:24 -07:00
Adjust function signature
This commit is contained in:
committed by
Isaac Marovitz
parent
b439a52ac7
commit
8e99199e19
@@ -47,14 +47,9 @@ namespace Ryujinx.Graphics.Metal
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
public BufferHandle CreateBuffer(int size, BufferHandle storageHint)
|
||||
{
|
||||
return CreateBuffer(size, BufferAccess.Default);
|
||||
}
|
||||
|
||||
public BufferHandle CreateBuffer(int size, BufferAccess access, BufferHandle storageHint)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
return CreateBuffer(size, access);
|
||||
}
|
||||
|
||||
public BufferHandle CreateBuffer(IntPtr pointer, int size)
|
||||
|
Reference in New Issue
Block a user