diff options
Diffstat (limited to 'Ryujinx.Graphics.GAL/Multithreading/Commands/TextureBarrierCommand.cs')
-rw-r--r-- | Ryujinx.Graphics.GAL/Multithreading/Commands/TextureBarrierCommand.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx.Graphics.GAL/Multithreading/Commands/TextureBarrierCommand.cs b/Ryujinx.Graphics.GAL/Multithreading/Commands/TextureBarrierCommand.cs index b0b46021..ce1a83a7 100644 --- a/Ryujinx.Graphics.GAL/Multithreading/Commands/TextureBarrierCommand.cs +++ b/Ryujinx.Graphics.GAL/Multithreading/Commands/TextureBarrierCommand.cs @@ -1,6 +1,6 @@ namespace Ryujinx.Graphics.GAL.Multithreading.Commands { - struct TextureBarrierCommand : IGALCommand + struct TextureBarrierCommand : IGALCommand, IGALCommand<TextureBarrierCommand> { public CommandType CommandType => CommandType.TextureBarrier; |