Move solution and projects to src
This commit is contained in:
14
src/Ryujinx.Graphics.OpenGL/Image/ITextureInfo.cs
Normal file
14
src/Ryujinx.Graphics.OpenGL/Image/ITextureInfo.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using Ryujinx.Graphics.GAL;
|
||||
|
||||
namespace Ryujinx.Graphics.OpenGL.Image
|
||||
{
|
||||
interface ITextureInfo
|
||||
{
|
||||
ITextureInfo Storage { get; }
|
||||
int Handle { get; }
|
||||
int FirstLayer => 0;
|
||||
int FirstLevel => 0;
|
||||
|
||||
TextureCreateInfo Info { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user