1
0
Fork 0
forked from eden-emu/eden

shader_recompiler: Align SSBO offsets in GlobalMemory functions

This commit is contained in:
Ameer J 2023-10-31 20:02:11 -04:00
parent f4848349b5
commit b49639e786
7 changed files with 19 additions and 6 deletions

View file

@ -84,6 +84,8 @@ struct Profile {
/// Maxwell and earlier nVidia architectures have broken robust support
bool has_broken_robust{};
u64 min_ssbo_alignment{};
};
} // namespace Shader