shader_recompiler: Align SSBO offsets in GlobalMemory functions

This commit is contained in:
Ameer J 2023-10-31 20:02:11 -04:00
parent 735612c9b3
commit 75c5be55af
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