diff options
author | gdkchan <gab.dark.100@gmail.com> | 2022-03-20 13:55:07 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-20 13:55:07 -0300 |
commit | 79408b68c3e72c26d42f858089d97d77d58b44d9 (patch) | |
tree | 9aaa12a877030dc17b4333eefe886be7fb8eb820 /Ryujinx.Graphics.Gpu/Memory/ResourceName.cs | |
parent | d461d4f68bf64f008336845ae8a25af4f69ec9ed (diff) |
De-tile GOB when DMA copying from block linear to pitch kind memory regions (#3207)1.1.80
* De-tile GOB when DMA copying from block linear to pitch kind memory regions
* XML docs + nits
* Remove using
* No flush for regular buffer copies
* Add back ulong casts, fix regression due to oversight
Diffstat (limited to 'Ryujinx.Graphics.Gpu/Memory/ResourceName.cs')
-rw-r--r-- | Ryujinx.Graphics.Gpu/Memory/ResourceName.cs | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/Ryujinx.Graphics.Gpu/Memory/ResourceName.cs b/Ryujinx.Graphics.Gpu/Memory/ResourceName.cs deleted file mode 100644 index c3d2dc77..00000000 --- a/Ryujinx.Graphics.Gpu/Memory/ResourceName.cs +++ /dev/null @@ -1,13 +0,0 @@ -namespace Ryujinx.Graphics.Gpu.Memory -{ - /// <summary> - /// Name of a GPU resource. - /// </summary> - public enum ResourceName - { - Buffer, - Texture, - TexturePool, - SamplerPool - } -}
\ No newline at end of file |