Patch some leaks and only perform copies on valid textures (#37)
This commit is contained in:
committed by
Isaac Marovitz
parent
01f41b8b0e
commit
fff3a4f8f8
@@ -46,7 +46,7 @@ namespace Ryujinx.Graphics.Metal
|
||||
{
|
||||
ShaderSource shader = _shaders[i];
|
||||
|
||||
var compileOptions = new MTLCompileOptions
|
||||
using var compileOptions = new MTLCompileOptions
|
||||
{
|
||||
PreserveInvariance = true,
|
||||
LanguageVersion = MTLLanguageVersion.Version31,
|
||||
|
||||
Reference in New Issue
Block a user