Stop complaining about clip distance
This commit is contained in:
parent
e42e4931a8
commit
3d12f7ef74
1 changed files with 1 additions and 1 deletions
|
@ -628,7 +628,7 @@ namespace Ryujinx.Graphics.Metal
|
||||||
|
|
||||||
public void SetUserClipDistance(int index, bool enableClip)
|
public void SetUserClipDistance(int index, bool enableClip)
|
||||||
{
|
{
|
||||||
Logger.Warning?.Print(LogClass.Gpu, "Not Implemented!");
|
// TODO. Same as Vulkan
|
||||||
}
|
}
|
||||||
|
|
||||||
public void SetVertexAttribs(ReadOnlySpan<VertexAttribDescriptor> vertexAttribs)
|
public void SetVertexAttribs(ReadOnlySpan<VertexAttribDescriptor> vertexAttribs)
|
||||||
|
|
Loading…
Reference in a new issue