Break everything :D
This commit is contained in:
committed by
Evan Husted
parent
96d884a15b
commit
c7b6e4cf80
@@ -33,6 +33,11 @@ namespace Ryujinx.Graphics.Metal
|
||||
_mtlSamplerState = samplerState;
|
||||
}
|
||||
|
||||
public Sampler(MTLSamplerState samplerState)
|
||||
{
|
||||
_mtlSamplerState = samplerState;
|
||||
}
|
||||
|
||||
public MTLSamplerState GetSampler()
|
||||
{
|
||||
return _mtlSamplerState;
|
||||
|
||||
Reference in New Issue
Block a user