mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-05-02 16:17:44 +02:00
9 lines
No EOL
153 B
C#
9 lines
No EOL
153 B
C#
namespace Ryujinx.Graphics.Shader
|
|
{
|
|
enum OutputTopology
|
|
{
|
|
PointList = 1,
|
|
LineStrip = 6,
|
|
TriangleStrip = 7
|
|
}
|
|
} |