mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-28 23:10:47 -07:00
Fix depth stencil formats copy by matching equivalent color formats (#1198)
This commit is contained in:
@ -59,7 +59,7 @@ namespace Ryujinx.Graphics.Gpu.Image
|
||||
return null;
|
||||
}
|
||||
|
||||
texture = Context.Methods.TextureManager.FindOrCreateTexture(info, TextureSearchFlags.Sampler);
|
||||
texture = Context.Methods.TextureManager.FindOrCreateTexture(info, TextureSearchFlags.ForSampler);
|
||||
|
||||
texture.IncrementReferenceCount();
|
||||
|
||||
|
Reference in New Issue
Block a user