mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-27 20:02:22 -05:00
misc: chore: Fix object creation in Metal
This commit is contained in:
@@ -21,7 +21,7 @@ namespace Ryujinx.Graphics.Metal
|
||||
|
||||
MTLSamplerBorderColor borderColor = GetConstrainedBorderColor(info.BorderColor, out _);
|
||||
|
||||
using MTLSamplerDescriptor descriptor = new MTLSamplerDescriptor
|
||||
using MTLSamplerDescriptor descriptor = new()
|
||||
{
|
||||
BorderColor = borderColor,
|
||||
MinFilter = minFilter,
|
||||
|
||||
Reference in New Issue
Block a user