error: variable has incomplete type 'AHardwareBuffer'
DethRaid opened this issue · 1 comments
DethRaid commented
VkBootstrapDispatch.h
line 1998 provides a definition for getAndroidHardwareBufferPropertiesANDROID
. The first parameter to this function should be a pointer to a AHardwareBuffer
, but it's not a pointer
DethRaid commented
Also - getMemoryAndroidHardwareBufferANDROID
should have a AHardwareBuffer**
parameter