Skip to content
  • Dennis Hamester's avatar
    Initial commit · 287d227b
    Dennis Hamester authored
    This first version of vk-sys includes the core Vulkan 1.0.3 specification,
    including the following extensions:
    
     * VK_KHR_surface (revision 25)
     * VK_KHR_swapchain (revision 67)
     * VK_KHR_display (revision 21)
     * VK_KHR_display_swapchain (revision 9)
     * VK_KHR_xlib_surface (revision 6)
     * VK_KHR_xcb_surface (revision 6)
     * VK_KHR_wayland_surface (revision 5)
     * VK_KHR_mir_surface (revision 4)
     * VK_KHR_android_surface (revision 6)
     * VK_KHR_win32_surface (revision 5)
     * VK_EXT_debug_report (revision 1)
    287d227b
This project is licensed under the BSD Zero Clause License. Learn more