Merge vk-gl-cts/vulkan-cts-1.3.2 into vk-gl-cts/main
[platform/upstream/VK-GL-CTS.git] / external / vulkancts / modules / vulkan / pipeline / vktPipelineMaxVaryingsTests.cpp
index 301d65e..e4e98ad 100644 (file)
@@ -1066,7 +1066,7 @@ tcu::TestStatus test(Context& context, const MaxVaryingsParam param)
                                                                                                        *teseShaderModule,
                                                                                                        *geomShaderModule,
                                                                                                        &pSpecInfo)
-                                       .setupFragmentShaderState(*pipelineLayout, *renderPass, 0u, *fragShaderModule)
+                                       .setupFragmentShaderState(*pipelineLayout, *renderPass, 0u, *fragShaderModule, DE_NULL, DE_NULL, DE_NULL, &pSpecInfo)
                                        .setupFragmentOutputState(*renderPass)
                                        .setMonolithicPipelineLayout(*pipelineLayout)
                                        .buildPipeline();