Break everything :D

This commit is contained in:
Isaac Marovitz
2024-05-18 18:54:55 -04:00
committed by Evan Husted
parent 96d884a15b
commit c7b6e4cf80
15 changed files with 885 additions and 542 deletions

View File

@@ -33,6 +33,11 @@ namespace Ryujinx.Graphics.Metal
_mtlSamplerState = samplerState;
}
public Sampler(MTLSamplerState samplerState)
{
_mtlSamplerState = samplerState;
}
public MTLSamplerState GetSampler()
{
return _mtlSamplerState;