From 0dafab405323844cc7945cbc1f96a9e4404a4716 Mon Sep 17 00:00:00 2001 From: CamilleLaVey Date: Sat, 14 Mar 2026 00:34:05 -0400 Subject: [PATCH] [vulkam] Changed function location --- src/video_core/engines/maxwell_3d.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/video_core/engines/maxwell_3d.h b/src/video_core/engines/maxwell_3d.h index 076a498d6b..14e95b1284 100644 --- a/src/video_core/engines/maxwell_3d.h +++ b/src/video_core/engines/maxwell_3d.h @@ -3093,6 +3093,8 @@ public: return *rasterizer; } + [[nodiscard]] Regs::PrimitiveTopology GetTransformFeedbackOutputTopology() const; + struct DirtyState { using Flags = std::bitset<(std::numeric_limits::max)()>; using Table = std::array; @@ -3153,8 +3155,6 @@ private: /// Retrieves information about a specific TSC entry from the TSC buffer. Texture::TSCEntry GetTSCEntry(u32 tsc_index) const; - [[nodiscard]] Regs::PrimitiveTopology GetTransformFeedbackOutputTopology() const; - /** * Call a macro on this engine. *