Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a6429251 authored by Jesse Hall's avatar Jesse Hall
Browse files

vulkan: Update from version 0.189.0 to 0.190.0

Change-Id: I0ac3f2797b65ef49cca90e76a47f1e6ca3a341a3
(cherry picked from commit 888efcf06fdbfa02587ffbfaa8fe6ca8e1b6e58a)
parent 23ff73fe
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -23,13 +23,15 @@

type u64 size_t

// VK_USE_PLATFORM_X11_KHR
// VK_USE_PLATFORM_XLIB_KHR
@internal class Display {}
@internal class Window {}
@internal type u64 VisualID

// VK_USE_PLATFORM_XCB_KHR
@internal class xcb_connection_t {}
@internal type u32 xcb_window_t
@internal type u32 xcb_visualid_t

// VK_USE_PLATFORM_WAYLAND_KHR
@internal class wl_display {}
Loading