gitextract_0sir708e/ ├── .github/ │ ├── FUNDING.yml │ └── workflows/ │ └── buildCI.yml ├── .gitignore ├── .gitmodules ├── CMakeLists.txt ├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── doc/ │ └── synchronizationTutorial.md └── src/ ├── CompilerMessages.h ├── EnumerateScheme.h ├── ErrorHandling.h ├── ExtensionLoader.h ├── HelloTriangle.cpp ├── LeanWindowsEnvironment.h ├── Vertex.h ├── VulkanEnvironment.h ├── VulkanIntrospection.h ├── WSI/ │ ├── Glfw.h │ ├── Wayland.h │ ├── Win32.h │ ├── Xcb.h │ ├── Xlib.h │ └── private/ │ ├── xdg-shell-client-protocol-private.inl │ └── xdg-shell-client-protocol.h ├── Wsi.h └── shaders/ ├── hello_triangle.frag └── hello_triangle.vert