mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-19 14:32:40 +00:00
Shader_Cache: setup connection of ConstBufferLocker
This commit is contained in:
committed by
FernandoS27
parent
1a58f45d76
commit
acd6441134
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user