From d5586730a44e260c522a4112101c3cfab2cdc6d9 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Mon, 26 Sep 2022 10:07:12 +0900 Subject: [PATCH] [vulkan] Remove redundant pipeline dynamic setting As gbuf_base derives from the base pipeline, it inherits base's dynamic setting, and thus doesn't need its own. I had a FIXME there as I wasn't sure why I had a redundant setting, but I really can't see why I'd want it different from any of the other main renderpass pipelines. --- libs/video/renderer/vulkan/qfpipeline.plist | 3 --- 1 file changed, 3 deletions(-) diff --git a/libs/video/renderer/vulkan/qfpipeline.plist b/libs/video/renderer/vulkan/qfpipeline.plist index f5d5bfc10..a73647418 100644 --- a/libs/video/renderer/vulkan/qfpipeline.plist +++ b/libs/video/renderer/vulkan/qfpipeline.plist @@ -695,9 +695,6 @@ subpass = 2; rasterization = $properties.rasterization.cw_cull_back; depthStencil = $properties.depthStencil.test_only; - dynamic = {//FIXME why? - dynamicState = ( viewport, scissor ); - }; }; comp_base = { @inherit = $properties.pipelines.base;