mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-08-01 10:39:50 -06: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