mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
VideoCommon: Reduce duplicates of non-palette-requiring texture decode shaders
This commit is contained in:
@ -110,7 +110,8 @@ public:
|
||||
TextureFormat to_format);
|
||||
|
||||
// Texture decoding compute shaders
|
||||
const AbstractShader* GetTextureDecodingShader(TextureFormat format, TLUTFormat palette_format);
|
||||
const AbstractShader* GetTextureDecodingShader(TextureFormat format,
|
||||
std::optional<TLUTFormat> palette_format);
|
||||
|
||||
private:
|
||||
static constexpr size_t NUM_PALETTE_CONVERSION_SHADERS = 3;
|
||||
|
Reference in New Issue
Block a user