mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-24 01:00:53 -05:00
Stop complaining about clip distance
This commit is contained in:
committed by
Evan Husted
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)
|
||||
|
||||
Reference in New Issue
Block a user