diff --git a/src/video_core/host1x/vic.h b/src/video_core/host1x/vic.h index f6e1d2fa4d..71f5fe3dcf 100644 --- a/src/video_core/host1x/vic.h +++ b/src/video_core/host1x/vic.h @@ -627,11 +627,11 @@ private: VicRegisters regs{}; FrameQueue& frame_queue; - Common::ScratchBuffer swizzle_scratch; Common::ScratchBuffer output_surface; Common::ScratchBuffer slot_surface; Common::ScratchBuffer luma_scratch; Common::ScratchBuffer chroma_scratch; + Common::ScratchBuffer swizzle_scratch; }; } // namespace Tegra::Host1x