mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2025-01-23 21:44:56 +03:00
Stop complaining about clip distance
This commit is contained in:
parent
ffb9040b3b
commit
cb0a1ce48a
@ -628,7 +628,7 @@ namespace Ryujinx.Graphics.Metal
|
||||
|
||||
public void SetUserClipDistance(int index, bool enableClip)
|
||||
{
|
||||
Logger.Warning?.Print(LogClass.Gpu, "Not Implemented!");
|
||||
// TODO. Same as Vulkan
|
||||
}
|
||||
|
||||
public void SetVertexAttribs(ReadOnlySpan<VertexAttribDescriptor> vertexAttribs)
|
||||
|
Loading…
Reference in New Issue
Block a user