summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_vulkan/vk_pipeline_cache.cpp
diff options
context:
space:
mode:
authorLiam <byteslice@airmail.cc>2023-01-07 21:48:50 +0100
committerLiam <byteslice@airmail.cc>2023-01-07 21:48:50 +0100
commit57a4388e2defa2ba73b72a27061f2bc69c65a506 (patch)
tree4aee7bb4fa870a86b23f918db32bf63d0dbf82c7 /src/video_core/renderer_vulkan/vk_pipeline_cache.cpp
parentMerge pull request #9570 from liamwhite/less-clock-boost (diff)
downloadyuzu-57a4388e2defa2ba73b72a27061f2bc69c65a506.tar
yuzu-57a4388e2defa2ba73b72a27061f2bc69c65a506.tar.gz
yuzu-57a4388e2defa2ba73b72a27061f2bc69c65a506.tar.bz2
yuzu-57a4388e2defa2ba73b72a27061f2bc69c65a506.tar.lz
yuzu-57a4388e2defa2ba73b72a27061f2bc69c65a506.tar.xz
yuzu-57a4388e2defa2ba73b72a27061f2bc69c65a506.tar.zst
yuzu-57a4388e2defa2ba73b72a27061f2bc69c65a506.zip
Diffstat (limited to '')
-rw-r--r--src/video_core/renderer_vulkan/vk_pipeline_cache.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/video_core/renderer_vulkan/vk_pipeline_cache.cpp b/src/video_core/renderer_vulkan/vk_pipeline_cache.cpp
index 7e69b11d8..0684cceed 100644
--- a/src/video_core/renderer_vulkan/vk_pipeline_cache.cpp
+++ b/src/video_core/renderer_vulkan/vk_pipeline_cache.cpp
@@ -344,7 +344,6 @@ PipelineCache::PipelineCache(RasterizerVulkan& rasterizer_, const Device& device
driver_id == VK_DRIVER_ID_AMD_PROPRIETARY || driver_id == VK_DRIVER_ID_AMD_OPEN_SOURCE,
.support_snorm_render_buffer = true,
.support_viewport_index_layer = device.IsExtShaderViewportIndexLayerSupported(),
- .min_ssbo_alignment = static_cast<u32>(device.GetStorageBufferAlignment()),
.support_geometry_shader_passthrough = device.IsNvGeometryShaderPassthroughSupported(),
};