KhronosGroup / Vulkan-LoaderAndValidationLayers

**Deprecated repository** for Vulkan loader and validation layers
Apache License 2.0
414 stars 172 forks source link

headers: fix compilation error on android with vk_icd.h #2675

Closed tpalli closed 6 years ago

tpalli commented 6 years ago

Change allow us to refer to ANativeWindow from C code, fixes following compilation error seen with clang 3.8.27580 (Android O prebuilts).

vk_icd.h:116:5: error: must use 'struct' tag to refer to type 'ANativeWindow'

Signed-off-by: Tapani Pälli tapani.palli@intel.com

CLAassistant commented 6 years ago

CLA assistant check
All committers have signed the CLA.

tobine commented 6 years ago

I believe this change needs to go to the Vulkan-Headers repo. Then it will be picked up here automatically.

tobine commented 6 years ago

Also note that this repo LoaderAndValidationLayers is now read-only. New Layer repo is Vulkan-ValidationLayers

tpalli commented 6 years ago

ok, thanks @tobine will submit there!