Basetype
ANativeWindow
Android native window type
To remove an unnecessary compile time dependency, an incomplete type definition of ANativeWindow is provided in the Vulkan headers:
struct ANativeWindow;
The actual ANativeWindow type is defined in Android NDK headers.