summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/host_translate_info.h
diff options
context:
space:
mode:
authorBilly Laws <blaws05@gmail.com>2022-11-23 22:30:23 +0100
committerBilly Laws <blaws05@gmail.com>2023-01-05 23:13:07 +0100
commit8804a4eb23e0c4f3e4bab03dee7c204bd38bf21e (patch)
treea250fb7a6485109609c5f89fee55fd73549b3a19 /src/shader_recompiler/host_translate_info.h
parentshader_recompiler: SPIRV: Only enable int64 feature when supported (diff)
downloadyuzu-8804a4eb23e0c4f3e4bab03dee7c204bd38bf21e.tar
yuzu-8804a4eb23e0c4f3e4bab03dee7c204bd38bf21e.tar.gz
yuzu-8804a4eb23e0c4f3e4bab03dee7c204bd38bf21e.tar.bz2
yuzu-8804a4eb23e0c4f3e4bab03dee7c204bd38bf21e.tar.lz
yuzu-8804a4eb23e0c4f3e4bab03dee7c204bd38bf21e.tar.xz
yuzu-8804a4eb23e0c4f3e4bab03dee7c204bd38bf21e.tar.zst
yuzu-8804a4eb23e0c4f3e4bab03dee7c204bd38bf21e.zip
Diffstat (limited to 'src/shader_recompiler/host_translate_info.h')
-rw-r--r--src/shader_recompiler/host_translate_info.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shader_recompiler/host_translate_info.h b/src/shader_recompiler/host_translate_info.h
index d5d279554..7df090124 100644
--- a/src/shader_recompiler/host_translate_info.h
+++ b/src/shader_recompiler/host_translate_info.h
@@ -15,6 +15,7 @@ struct HostTranslateInfo {
bool needs_demote_reorder{}; ///< True when the device needs DemoteToHelperInvocation reordered
bool support_snorm_render_buffer{}; ///< True when the device supports SNORM render buffers
bool support_viewport_index_layer{}; ///< True when the device supports gl_Layer in VS
+ u32 min_ssbo_alignment{}; ///< Minimum alignment supported by the device for SSBOs
};
} // namespace Shader