diff --git a/.pick_status.json b/.pick_status.json index d8a9ead47b7..a539dafd5da 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -7074,7 +7074,7 @@ "description": "vulkan: Actually increment the count of objects in GetPipelineCacheData.", "nominated": true, "nomination_type": 1, - "resolution": 0, + "resolution": 1, "main_sha": null, "because_sha": "591da9877900c56434f9e23e0ad0058b118b0be8", "notes": null diff --git a/src/vulkan/runtime/vk_pipeline_cache.c b/src/vulkan/runtime/vk_pipeline_cache.c index 64916547f83..bf5e2a7db12 100644 --- a/src/vulkan/runtime/vk_pipeline_cache.c +++ b/src/vulkan/runtime/vk_pipeline_cache.c @@ -737,6 +737,8 @@ vk_common_GetPipelineCacheData(VkDevice _device, assert(data_size_resv >= 0); blob_overwrite_uint32(&blob, data_size_resv, data_size); + + count++; } }