Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.17 KB

File metadata and controls

27 lines (18 loc) · 1.17 KB

Vulkan Bindings for V

src/vulkan.v and src/vulkan_video.v were generated using the current KhronosGroup API description

Dependencies

Please install the Vulkan SDK and set the environment variables

Install

Download this repository to your local .vmodules

v install https://github.com/antono2/vulkan

Examples

An example can be found at antono2/v_vulkan_bindings/test
Using GLFW and Dear ImGui antono2/v_imgui_examples

Generate

The generator is located at antono2/v_vulkan_bindings

Thanks

Big thanks to @spytheman for fixing my bugs in times of need.
To @JalonSolov for quick and solid answers to obscure questions.
The awesome team at V for making this possible.