Fix sub-image copies on intel GPUs (#2198)
This commit is contained in:
@ -5,6 +5,10 @@ namespace Ryujinx.Graphics.OpenGL.Image
|
||||
interface ITextureInfo
|
||||
{
|
||||
int Handle { get; }
|
||||
int StorageHandle { get; }
|
||||
int FirstLayer => 0;
|
||||
int FirstLevel => 0;
|
||||
|
||||
TextureCreateInfo Info { get; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user