mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 18:35:45 +00:00
video_core: Address feedback
This commit is contained in:
parent
8ef8fd8188
commit
568d9a2a7b
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