mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-30 01:29:48 -06:00
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