diff options
| author | gdk <gab.dark.100@gmail.com> | 2019-11-14 15:26:40 -0300 |
|---|---|---|
| committer | Thog <thog@protonmail.com> | 2020-01-09 02:13:00 +0100 |
| commit | 6e399061ceefb532561c4c5a5cd2681228e1231e (patch) | |
| tree | 18d2248f10c975939e4f9c8af787d677c36b0250 /Ryujinx.Graphics.Gpu/Engine/ComputeShader.cs | |
| parent | f0a59f345c633b757ebd2a22fca23d7dab0f9f99 (diff) | |
Invalidate shaders when they are modified
Diffstat (limited to 'Ryujinx.Graphics.Gpu/Engine/ComputeShader.cs')
| -rw-r--r-- | Ryujinx.Graphics.Gpu/Engine/ComputeShader.cs | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/Ryujinx.Graphics.Gpu/Engine/ComputeShader.cs b/Ryujinx.Graphics.Gpu/Engine/ComputeShader.cs deleted file mode 100644 index cc7d4d99..00000000 --- a/Ryujinx.Graphics.Gpu/Engine/ComputeShader.cs +++ /dev/null @@ -1,18 +0,0 @@ -using Ryujinx.Graphics.GAL; -using Ryujinx.Graphics.Shader; - -namespace Ryujinx.Graphics.Gpu.Engine -{ - class ComputeShader - { - public IProgram Interface { get; set; } - - public ShaderProgram Shader { get; } - - public ComputeShader(IProgram program, ShaderProgram shader) - { - Interface = program; - Shader = shader; - } - } -}
\ No newline at end of file |
