Remove more unused code
This commit is contained in:
parent
59fdaa744b
commit
9bfb373bdf
7 changed files with 7 additions and 100 deletions
|
@ -4,15 +4,11 @@ namespace Ryujinx.Graphics.GAL
|
|||
{
|
||||
public interface ITexture : IDisposable
|
||||
{
|
||||
int Handle { get; }
|
||||
|
||||
void CopyTo(ITexture destination, int firstLayer, int firstLevel);
|
||||
void CopyTo(ITexture destination, Extents2D srcRegion, Extents2D dstRegion, bool linearFilter);
|
||||
|
||||
ITexture CreateView(TextureCreateInfo info, int firstLayer, int firstLevel);
|
||||
|
||||
int GetStorageDebugId();
|
||||
|
||||
byte[] GetData();
|
||||
|
||||
void SetData(Span<byte> data);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue