VideoCommon: move global variables out of BPFunctions

This commit is contained in:
iwubcode
2025-10-31 13:27:50 -05:00
parent b920182c97
commit ee7c476e24
10 changed files with 109 additions and 67 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ public:
// Clears the EFB using shaders.
void ClearEFB(const MathUtil::Rectangle<int>& rc, bool clear_color, bool clear_alpha,
bool clear_z, u32 color, u32 z);
bool clear_z, u32 color, u32 z, PixelFormat pixel_format);
AbstractPipeline* GetClearPipeline(bool clear_color, bool clear_alpha, bool clear_z) const;