mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-30 11:20:48 -07:00
Initial work
This commit is contained in:
11
Ryujinx.Graphics.Gpu/State/ShaderType.cs
Normal file
11
Ryujinx.Graphics.Gpu/State/ShaderType.cs
Normal file
@ -0,0 +1,11 @@
|
||||
namespace Ryujinx.Graphics.Gpu.State
|
||||
{
|
||||
enum ShaderType
|
||||
{
|
||||
Vertex,
|
||||
TessellationControl,
|
||||
TessellationEvaluation,
|
||||
Geometry,
|
||||
Fragment
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user