commit | eb02c479aad0bc442520fe63f7ffa4d77fe2fa24 | [log] [tgz] |
---|---|---|
author | Jesse Hall <jessehall@google.com> | Fri Feb 24 15:13:45 2017 -0800 |
committer | Jesse Hall <jessehall@google.com> | Sat Feb 25 18:38:11 2017 -0800 |
tree | 30e32035fbce5c317a732d4fa66231ff6b1843c7 | |
parent | 3f5499b9f54f2cddde69a03258ac49baaea68ff5 [diff] [blame] |
vulkan: update Vulkan headers to 1.0.38 Test: make ; mmm frameworks/native/vulkan Change-Id: I6437dc951bd694cb848f75d0de7eb7dbe8a4d1fe
diff --git a/vulkan/api/platform.api b/vulkan/api/platform.api index 7aa19e7..b82cbb4 100644 --- a/vulkan/api/platform.api +++ b/vulkan/api/platform.api
@@ -48,3 +48,6 @@ // VK_USE_PLATFORM_WIN32_KHR @internal type void* HINSTANCE @internal type void* HWND +@internal type void* HANDLE +@internal type u32 DWORD +@internal class SECURITY_ATTRIBUTES {}