Implement texture buffers (#1152)

* Implement texture buffers

* Throw NotSupportedException where appropriate
This commit is contained in:
gdkchan
2020-04-25 23:02:18 +10:00
committed by GitHub
parent a065dc1626
commit 3cb1fa0e85
16 changed files with 291 additions and 135 deletions
+1 -1
View File
@@ -259,7 +259,7 @@ namespace Ryujinx.Graphics.Gpu.Engine
{
UpdateStorageBuffers();
BufferManager.CommitBindings();
BufferManager.CommitGraphicsBindings();
TextureManager.CommitGraphicsBindings();
}