summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/video_core/renderer_vulkan/vk_pipeline_cache.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_core/renderer_vulkan/vk_pipeline_cache.cpp b/src/video_core/renderer_vulkan/vk_pipeline_cache.cpp
index 5734f51e5..18e040a1b 100644
--- a/src/video_core/renderer_vulkan/vk_pipeline_cache.cpp
+++ b/src/video_core/renderer_vulkan/vk_pipeline_cache.cpp
@@ -358,6 +358,7 @@ PipelineCache::PipelineCache(RasterizerVulkan& rasterizer_, const Device& device
358 .support_snorm_render_buffer = true, 358 .support_snorm_render_buffer = true,
359 .support_viewport_index_layer = device.IsExtShaderViewportIndexLayerSupported(), 359 .support_viewport_index_layer = device.IsExtShaderViewportIndexLayerSupported(),
360 .support_geometry_shader_passthrough = device.IsNvGeometryShaderPassthroughSupported(), 360 .support_geometry_shader_passthrough = device.IsNvGeometryShaderPassthroughSupported(),
361 .support_conditional_barrier = device.SupportsConditionalBarriers(),
361 }; 362 };
362 363
363 if (device.GetMaxVertexInputAttributes() < Maxwell::NumVertexAttributes) { 364 if (device.GetMaxVertexInputAttributes() < Maxwell::NumVertexAttributes) {