mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-16 18:25:47 +00:00
Move solution and projects to src
This commit is contained in:
9
src/Ryujinx.Graphics.Device/IDeviceStateWithContext.cs
Normal file
9
src/Ryujinx.Graphics.Device/IDeviceStateWithContext.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace Ryujinx.Graphics.Device
|
||||
{
|
||||
public interface IDeviceStateWithContext : IDeviceState
|
||||
{
|
||||
long CreateContext();
|
||||
void DestroyContext(long id);
|
||||
void BindContext(long id);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user