mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-03 13:39:59 +00:00
Merge pull request #3516 from makigumo/patch-3
vk_shader_decompiler: fix linux build
This commit is contained in:
commit
d91a880f11
1 changed files with 1 additions and 1 deletions
|
@ -837,7 +837,7 @@ private:
|
||||||
Decorate(id, spv::Decoration::Offset, static_cast<u32>(tfb->offset));
|
Decorate(id, spv::Decoration::Offset, static_cast<u32>(tfb->offset));
|
||||||
}
|
}
|
||||||
|
|
||||||
element += static_cast<u8>(num_components);
|
element = static_cast<u8>(static_cast<std::size_t>(element) + num_components);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue