vulkan: Update Vulkan headers to 1.0.22
Meaningful changes to platform code: * VKAPI_ATTR is now defined properly when building for 32-bit ARMv8a. * The pData parameter to vkCmdUpdateBuffer changed from uint32_t* to void*. Alignment is still required to be four bytes (by spec), and the size parameter was always supposed to be bytes, not words. Bug: 29460769 Test: make ; mmm frameworks/native/vulkan Change-Id: I77261381e5702a3b2bc1d1ea4c0606151547be47 (cherry picked from commit 56d386a7)
Loading
Please register or sign in to comment