VideoCommon: make custom pixel shader uniforms const...

This commit is contained in:
iwubcode 2025-01-17 23:03:24 -06:00
commit 7f7805f2da

View file

@ -55,7 +55,7 @@ public:
bool dirty = false;
// Constants for custom shaders
std::span<u8> custom_constants;
std::span<const u8> custom_constants;
bool custom_constants_dirty = false;
private: