mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-21 17:20:52 -05:00
Metal: Buffers Take 2 (#21)
* Basic BufferManager * Start Scoped Command Buffers * Fences stuff * Remember to cleanup sync manager * Auto, Command Buffer Dependants * Cleanup * Cleanup + Fix Texture->Buffer Copies * Slow buffer upload * Cleanup + Rework TextureBuffer * Don’t get unsafe * Cleanup * Goddamn it * Staging Buffer + Interrupt Action + Flush
This commit is contained in:
committed by
Evan Husted
parent
585bdc2b54
commit
dda746c0fb
@@ -16,5 +16,7 @@ namespace Ryujinx.Graphics.Metal
|
||||
public const int MaxVertexLayouts = 31;
|
||||
public const int MaxTextures = 31;
|
||||
public const int MaxSamplers = 16;
|
||||
|
||||
public const int MinResourceAlignment = 16;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user