WIP V2: Experimental: Metal backend #441

Merged
GreemDev merged 369 commits from new-metal into master 2024-12-24 06:55:16 +00:00
Showing only changes of commit a5c1b6a255 - Show all commits

View File

@ -106,7 +106,7 @@ namespace Ryujinx.Graphics.Metal
public void UpdateVertexAttributes(ReadOnlySpan<VertexAttribDescriptor> vertexAttribs)
{
// Reset Vertex Descriptor
_vertexDescriptor = new();
_vertexDescriptor.Reset();
for (int i = 0; i < vertexAttribs.Length; i++)
{