WIP: Experimental: Metal backend #439

Closed
GreemDev wants to merge 374 commits from metal into master
Showing only changes of commit 8232ce7d72 - Show all commits

View File

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