commit | 0ed02cf2dbeb42e2ff4fdf25583316f6850b72aa | [log] [tgz] |
---|---|---|
author | Courtney Goeltzenleuchter <courtney@LunarG.com> | Fri Oct 16 09:58:26 2015 -0600 |
committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | Fri Oct 23 17:31:14 2015 -0600 |
tree | ac0886b29feccba9a5d409cd987c08cddea8168c | |
parent | ee928111d0dcec1822ad7860b178e98c658f7175 [diff] [blame] |
bug-14580: add dataSize to vkGetPipelineCacheData commit: aaa2ae0
diff --git a/icd/intel/pipeline.c b/icd/intel/pipeline.c index e77ac8f..5c11019 100644 --- a/icd/intel/pipeline.c +++ b/icd/intel/pipeline.c
@@ -1373,6 +1373,7 @@ ICD_EXPORT VkResult VKAPI vkGetPipelineCacheData( VkDevice device, VkPipelineCache pipelineCache, + size_t dataSize, void* pData) { return VK_ERROR_VALIDATION_FAILED;