mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 05:40:01 -06:00
VideoCommon: Create a namespace for TextureConversionShaderGen.
This commit is contained in:
@ -86,7 +86,7 @@ private:
|
||||
GLuint position_uniform;
|
||||
};
|
||||
|
||||
std::map<TextureConverterShaderUid, EFBCopyShader> m_efb_copy_programs;
|
||||
std::map<TextureConversionShaderGen::TCShaderUid, EFBCopyShader> m_efb_copy_programs;
|
||||
|
||||
SHADER m_colorCopyProgram;
|
||||
GLuint m_colorCopyPositionUniform;
|
||||
|
Reference in New Issue
Block a user