mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-09 01:32:33 -07:00
Implement texture buffers (#1152)
* Implement texture buffers * Throw NotSupportedException where appropriate
This commit is contained in:
@@ -12,8 +12,6 @@ namespace Ryujinx.Graphics.Gpu.Engine
|
||||
private const int NsToTicksFractionNumerator = 384;
|
||||
private const int NsToTicksFractionDenominator = 625;
|
||||
|
||||
private ulong _runningCounter;
|
||||
|
||||
private readonly CounterCache _counterCache = new CounterCache();
|
||||
|
||||
/// <summary>
|
||||
|
@@ -259,7 +259,7 @@ namespace Ryujinx.Graphics.Gpu.Engine
|
||||
{
|
||||
UpdateStorageBuffers();
|
||||
|
||||
BufferManager.CommitBindings();
|
||||
BufferManager.CommitGraphicsBindings();
|
||||
TextureManager.CommitGraphicsBindings();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user