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