summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/profile.h
diff options
context:
space:
mode:
authorameerj <52414509+ameerj@users.noreply.github.com>2021-06-08 07:55:12 +0200
committerameerj <52414509+ameerj@users.noreply.github.com>2021-07-23 03:51:37 +0200
commit8bb8bbf4ae2ef259857efe49436dfd71758ea092 (patch)
tree73c66ae1b91a91ca569ebe0473df12e870fb254a /src/shader_recompiler/profile.h
parentglsl: Implement indexed attribute loads (diff)
downloadyuzu-8bb8bbf4ae2ef259857efe49436dfd71758ea092.tar
yuzu-8bb8bbf4ae2ef259857efe49436dfd71758ea092.tar.gz
yuzu-8bb8bbf4ae2ef259857efe49436dfd71758ea092.tar.bz2
yuzu-8bb8bbf4ae2ef259857efe49436dfd71758ea092.tar.lz
yuzu-8bb8bbf4ae2ef259857efe49436dfd71758ea092.tar.xz
yuzu-8bb8bbf4ae2ef259857efe49436dfd71758ea092.tar.zst
yuzu-8bb8bbf4ae2ef259857efe49436dfd71758ea092.zip
Diffstat (limited to 'src/shader_recompiler/profile.h')
-rw-r--r--src/shader_recompiler/profile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shader_recompiler/profile.h b/src/shader_recompiler/profile.h
index 3a4495070..246995190 100644
--- a/src/shader_recompiler/profile.h
+++ b/src/shader_recompiler/profile.h
@@ -86,6 +86,7 @@ struct Profile {
bool support_gl_nv_gpu_shader_5{};
bool support_gl_amd_gpu_shader_half_float{};
bool support_gl_texture_shadow_lod{};
+ bool support_gl_warp_intrinsics{};
bool warp_size_potentially_larger_than_guest{};