mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2026-02-14 07:17:18 -05:00
GAL ResourceUsage Changes
TODO: Guest Barrier Defer
This commit is contained in:
committed by
Evan Husted
parent
1f133040bd
commit
e0cd935c28
@@ -71,7 +71,7 @@ namespace Ryujinx.Graphics.Metal
|
||||
var strideChangeResourceLayout = new ResourceLayoutBuilder()
|
||||
.Add(ResourceStages.Compute, ResourceType.UniformBuffer, 0)
|
||||
.Add(ResourceStages.Compute, ResourceType.StorageBuffer, 1)
|
||||
.Add(ResourceStages.Compute, ResourceType.StorageBuffer, 2).Build();
|
||||
.Add(ResourceStages.Compute, ResourceType.StorageBuffer, 2, true).Build();
|
||||
|
||||
var strideChangeSource = ReadMsl("ChangeBufferStride.metal");
|
||||
_programStrideChange = new Program(
|
||||
|
||||
Reference in New Issue
Block a user