From 11f04f1022d0820a1fdba38221ecd38f19d86d9e Mon Sep 17 00:00:00 2001
From: ameerj <52414509+ameerj@users.noreply.github.com>
Date: Sun, 4 Jul 2021 00:34:53 -0400
Subject: shader: Ignore global memory ops on devices lacking int64 support

---
 src/shader_recompiler/profile.h | 1 +
 1 file changed, 1 insertion(+)

(limited to 'src/shader_recompiler/profile.h')

diff --git a/src/shader_recompiler/profile.h b/src/shader_recompiler/profile.h
index 6ff12387ba..501dcaf71f 100644
--- a/src/shader_recompiler/profile.h
+++ b/src/shader_recompiler/profile.h
@@ -15,6 +15,7 @@ struct Profile {
     bool support_descriptor_aliasing{};
     bool support_int8{};
     bool support_int16{};
+    bool support_int64{};
     bool support_vertex_instance_id{};
     bool support_float_controls{};
     bool support_separate_denorm_behavior{};
-- 
cgit v1.2.3-70-g09d2