shader_recompiler: Align SSBO offsets in GlobalMemory functions
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user