diff options
Diffstat (limited to 'Ryujinx.Graphics/Shader/ShaderProgram.cs')
-rw-r--r-- | Ryujinx.Graphics/Shader/ShaderProgram.cs | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/Ryujinx.Graphics/Shader/ShaderProgram.cs b/Ryujinx.Graphics/Shader/ShaderProgram.cs deleted file mode 100644 index 9257fd26..00000000 --- a/Ryujinx.Graphics/Shader/ShaderProgram.cs +++ /dev/null @@ -1,15 +0,0 @@ -namespace Ryujinx.Graphics.Shader -{ - public class ShaderProgram - { - public ShaderProgramInfo Info { get; } - - public string Code { get; } - - internal ShaderProgram(ShaderProgramInfo info, string code) - { - Info = info; - Code = code; - } - } -}
\ No newline at end of file |