summaryrefslogtreecommitdiffstats
path: root/src/video_core/vulkan_common/vulkan_device.h
diff options
context:
space:
mode:
authorReinUsesLisp <reinuseslisp@airmail.cc>2021-05-29 07:53:39 +0200
committerameerj <52414509+ameerj@users.noreply.github.com>2021-07-23 03:51:34 +0200
commit99f2c31b64aa7854690368f4637ef59a546b2d15 (patch)
treef799df00eb79eddab5932724780d4b082a571f48 /src/video_core/vulkan_common/vulkan_device.h
parentshader: Fix ImageWrite indexing (diff)
downloadyuzu-99f2c31b64aa7854690368f4637ef59a546b2d15.tar
yuzu-99f2c31b64aa7854690368f4637ef59a546b2d15.tar.gz
yuzu-99f2c31b64aa7854690368f4637ef59a546b2d15.tar.bz2
yuzu-99f2c31b64aa7854690368f4637ef59a546b2d15.tar.lz
yuzu-99f2c31b64aa7854690368f4637ef59a546b2d15.tar.xz
yuzu-99f2c31b64aa7854690368f4637ef59a546b2d15.tar.zst
yuzu-99f2c31b64aa7854690368f4637ef59a546b2d15.zip
Diffstat (limited to 'src/video_core/vulkan_common/vulkan_device.h')
-rw-r--r--src/video_core/vulkan_common/vulkan_device.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/video_core/vulkan_common/vulkan_device.h b/src/video_core/vulkan_common/vulkan_device.h
index ebe073293..693419505 100644
--- a/src/video_core/vulkan_common/vulkan_device.h
+++ b/src/video_core/vulkan_common/vulkan_device.h
@@ -314,6 +314,8 @@ private:
bool is_float16_supported{}; ///< Support for float16 arithmetics.
bool is_warp_potentially_bigger{}; ///< Host warp size can be bigger than guest.
bool is_formatless_image_load_supported{}; ///< Support for shader image read without format.
+ bool is_shader_float64_supported{}; ///< Support for float64.
+ bool is_shader_int64_supported{}; ///< Support for int64.
bool is_shader_storage_image_multisample{}; ///< Support for image operations on MSAA images.
bool is_blit_depth_stencil_supported{}; ///< Support for blitting from and to depth stencil.
bool nv_viewport_swizzle{}; ///< Support for VK_NV_viewport_swizzle.