mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-15 17:48:10 -05:00
video_core: Address feedback
This commit is contained in:
@ -1354,7 +1354,7 @@ private:
|
||||
}
|
||||
|
||||
std::string GetSampler(const Sampler& sampler) const {
|
||||
return GetDeclarationWithSuffix(sampler.GetIndex(), "sampler");
|
||||
return GetDeclarationWithSuffix(static_cast<u32>(sampler.GetIndex()), "sampler");
|
||||
}
|
||||
|
||||
std::string GetDeclarationWithSuffix(u32 index, const std::string& name) const {
|
||||
|
Reference in New Issue
Block a user