GPUOpen-Drivers / AMDVLK

AMD Open Source Driver For Vulkan
MIT License
1.72k stars 161 forks source link

vkGetPipelineCacheData does not set pDataSize when private data size is 0 #237

Closed samikhawaja closed 3 years ago

samikhawaja commented 3 years ago

vkGetPipelineCacheData documentation says that the implementation should write the size of the data written in pDataSize. AMDVLK implementation only does it when privateDataSize is 0.

jinjianrong commented 3 years ago

@samikhawaja will you work on the issue?

samikhawaja commented 3 years ago

The fix for this is already in: https://github.com/GPUOpen-Drivers/xgl/pull/119

Sorry couldn't link the issue with PR.