ash/vk/
platform_types.rs
1use std::os::raw::*;
2pub type RROutput = c_ulong;
3pub type VisualID = c_uint;
4pub type Display = *const c_void;
5pub type Window = c_ulong;
6#[allow(non_camel_case_types)]
7pub type xcb_connection_t = c_void;
8#[allow(non_camel_case_types)]
9pub type xcb_window_t = u32;
10#[allow(non_camel_case_types)]
11pub type xcb_visualid_t = u32;
12pub type MirConnection = *const c_void;
13pub type MirSurface = *const c_void;
14pub type HINSTANCE = *const c_void;
15pub type HWND = *const c_void;
16#[allow(non_camel_case_types)]
17pub type wl_display = c_void;
18#[allow(non_camel_case_types)]
19pub type wl_surface = c_void;
20pub type HANDLE = *mut c_void;
21pub type HMONITOR = HANDLE;
22pub type DWORD = c_ulong;
23pub type LPCWSTR = *const u16;
24#[allow(non_camel_case_types)]
25pub type zx_handle_t = u32;
26#[allow(non_camel_case_types)]
27pub type _screen_context = c_void;
28#[allow(non_camel_case_types)]
29pub type _screen_window = c_void;
30#[allow(non_camel_case_types)]
31pub type SECURITY_ATTRIBUTES = c_void;
32pub type ANativeWindow = c_void;
34pub type AHardwareBuffer = c_void;
35pub type CAMetalLayer = c_void;
36pub type GgpStreamDescriptor = u32;
39pub type GgpFrameToken = u64;
40pub type IDirectFB = c_void;
41pub type IDirectFBSurface = c_void;