Shader_Cache: setup connection of ConstBufferLocker

This commit is contained in:
Fernando Sahmkow
2019-09-23 15:40:58 -04:00
committed by FernandoS27
parent 1a58f45d76
commit acd6441134
10 changed files with 82 additions and 43 deletions

View File

@ -78,6 +78,7 @@ struct ShaderCharacteristics {
std::unique_ptr<ShaderCharacteristics> ScanFlow(const ProgramCode& program_code,
std::size_t program_size, u32 start_address,
const CompilerSettings& settings);
const CompilerSettings& settings,
ConstBufferLocker& locker);
} // namespace VideoCommon::Shader