mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-28 20:50:48 -07:00
Initial work
This commit is contained in:
9
Ryujinx.Graphics.Shader/OutputTopology.cs
Normal file
9
Ryujinx.Graphics.Shader/OutputTopology.cs
Normal file
@ -0,0 +1,9 @@
|
||||
namespace Ryujinx.Graphics.Shader
|
||||
{
|
||||
enum OutputTopology
|
||||
{
|
||||
PointList = 1,
|
||||
LineStrip = 6,
|
||||
TriangleStrip = 7
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user