WIP: Experimental: Metal backend #439

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

View File

@ -869,7 +869,7 @@ namespace Ryujinx.Graphics.Metal
{ {
if (texture != null) if (texture != null)
{ {
_currentState.TextureRefs[binding] = new(stage, texture, samplerHolder.GetSampler()); _currentState.TextureRefs[binding] = new(stage, texture, samplerHolder?.GetSampler());
} }
else else
{ {