mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-08-06 02:08:28 +02:00
Implement texture buffers (#1152)
* Implement texture buffers * Throw NotSupportedException where appropriate
This commit is contained in:
@@ -259,7 +259,7 @@ namespace Ryujinx.Graphics.Gpu.Engine
|
||||
{
|
||||
UpdateStorageBuffers();
|
||||
|
||||
BufferManager.CommitBindings();
|
||||
BufferManager.CommitGraphicsBindings();
|
||||
TextureManager.CommitGraphicsBindings();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user