Some debug improvements
This commit is contained in:
parent
3d12f7ef74
commit
42c6611563
3 changed files with 9 additions and 2 deletions
|
@ -137,7 +137,6 @@ namespace Ryujinx.Graphics.Metal
|
|||
};
|
||||
}
|
||||
|
||||
// TODO: Metal does not have native support for Triangle Fans but it is possible to emulate with TriangleStrip and moving around the indices
|
||||
public static MTLPrimitiveType Convert(this PrimitiveTopology topology)
|
||||
{
|
||||
return topology switch
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue