Tests for VK_EXT_shader_module_identifier
[platform/upstream/VK-GL-CTS.git] / external / vulkancts / framework / vulkan / vkObjUtil.hpp
index 895949d..2aa0c3e 100644 (file)
@@ -35,7 +35,8 @@ Move<VkPipeline> makeComputePipeline (const DeviceInterface&                                  vk,
                                                                          const VkPipelineCreateFlags                           pipelineFlags,
                                                                          const VkShaderModule                                          shaderModule,
                                                                          const VkPipelineShaderStageCreateFlags        shaderFlags,
-                                                                         const VkSpecializationInfo*                           specializationInfo = DE_NULL);
+                                                                         const VkSpecializationInfo*                           specializationInfo = DE_NULL,
+                                                                         const VkPipelineCache                                         pipelineCache = DE_NULL);
 
 Move<VkPipeline> makeComputePipeline (const DeviceInterface&   vk,
                                                                          VkDevice                                      device,