video_core: Address feedback
This commit is contained in:
parent
59b34b1d76
commit
21aff36459
4 changed files with 16 additions and 13 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue