A fork of vulkan-headers packaged for the Zig build system. Original: https://github.com/hexops/vulkan-headers
Find a file
Courtney Goeltzenleuchter b5c860c835 loader: Add structures to support new init method
These structures will be used to extend CreateInstance
and CreateDevice to support layers. The loader will
create a chain of these structures - one per layer -
that tells the layer the Get*ProcAddr for the next
lower part.
2018-05-04 09:24:22 -06:00
include/vulkan loader: Add structures to support new init method 2018-05-04 09:24:22 -06:00
README.md Initial commit 2018-05-03 15:59:09 -04:00

Vulkan-Headers

Vulkan Header files and API registry