mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-21 10:00:54 -05:00
Start Proper Dispose
This commit is contained in:
committed by
Evan Husted
parent
94e077ca27
commit
58fb8564a8
@@ -63,7 +63,9 @@ namespace Ryujinx.Graphics.Metal
|
||||
|
||||
public void Dispose()
|
||||
{
|
||||
return;
|
||||
VertexFunction.Dispose();
|
||||
FragmentFunction.Dispose();
|
||||
ComputeFunction.Dispose();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user