android: Add Android and C++ support to a couple files
These are needed downstream in VulkanTools for Android support.
This commit is contained in:
parent
04f11cd232
commit
8e34d8d84e
@ -111,6 +111,12 @@ typedef struct {
|
|||||||
} VkIcdSurfaceXlib;
|
} VkIcdSurfaceXlib;
|
||||||
#endif // VK_USE_PLATFORM_XLIB_KHR
|
#endif // VK_USE_PLATFORM_XLIB_KHR
|
||||||
|
|
||||||
|
#ifdef VK_USE_PLATFORM_ANDROID_KHR
|
||||||
|
typedef struct {
|
||||||
|
ANativeWindow* window;
|
||||||
|
} VkIcdSurfaceAndroid;
|
||||||
|
#endif //VK_USE_PLATFORM_ANDROID_KHR
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
VkIcdSurfaceBase base;
|
VkIcdSurfaceBase base;
|
||||||
VkDisplayModeKHR displayMode;
|
VkDisplayModeKHR displayMode;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user