1 2 3 4 5 6 7 8 9 10
using Ryujinx.Graphics.GAL; namespace Ryujinx.Graphics.OpenGL.Image { interface ITextureInfo { int Handle { get; } TextureCreateInfo Info { get; } } }