diff options
Diffstat (limited to 'Ryujinx.Graphics.GAL/Multithreading/Commands/TextureBarrierCommand.cs')
| -rw-r--r-- | Ryujinx.Graphics.GAL/Multithreading/Commands/TextureBarrierCommand.cs | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Ryujinx.Graphics.GAL/Multithreading/Commands/TextureBarrierCommand.cs b/Ryujinx.Graphics.GAL/Multithreading/Commands/TextureBarrierCommand.cs deleted file mode 100644 index ce1a83a7..00000000 --- a/Ryujinx.Graphics.GAL/Multithreading/Commands/TextureBarrierCommand.cs +++ /dev/null @@ -1,12 +0,0 @@ -namespace Ryujinx.Graphics.GAL.Multithreading.Commands -{ - struct TextureBarrierCommand : IGALCommand, IGALCommand<TextureBarrierCommand> - { - public CommandType CommandType => CommandType.TextureBarrier; - - public static void Run(ref TextureBarrierCommand command, ThreadedRenderer threaded, IRenderer renderer) - { - renderer.Pipeline.TextureBarrier(); - } - } -} |
