Initial work
This commit is contained in:
12
Ryujinx.Graphics.Shader/ShaderStage.cs
Normal file
12
Ryujinx.Graphics.Shader/ShaderStage.cs
Normal file
@ -0,0 +1,12 @@
|
||||
namespace Ryujinx.Graphics.Shader
|
||||
{
|
||||
public enum ShaderStage
|
||||
{
|
||||
Compute,
|
||||
Vertex,
|
||||
TessellationControl,
|
||||
TessellationEvaluation,
|
||||
Geometry,
|
||||
Fragment
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user