From 7f6283111713923879a2b70759ee48f2c7f41262 Mon Sep 17 00:00:00 2001 From: Marijn Suijten Date: Fri, 16 Jun 2023 16:56:29 +0200 Subject: [PATCH] vk/platform_types: Add `_screen_buffer` type for QNX --- ash/src/vk/platform_types.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/ash/src/vk/platform_types.rs b/ash/src/vk/platform_types.rs index a5f618006..d1b4aa3d2 100644 --- a/ash/src/vk/platform_types.rs +++ b/ash/src/vk/platform_types.rs @@ -19,6 +19,7 @@ pub type HMONITOR = HANDLE; pub type DWORD = c_ulong; pub type LPCWSTR = *const u16; pub type zx_handle_t = u32; +pub type _screen_buffer = c_void; pub type _screen_context = c_void; pub type _screen_window = c_void; pub type SECURITY_ATTRIBUTES = c_void;