Safe and rich Rust wrapper around the Vulkan API
Go to file
2016-02-18 10:55:58 +01:00
glsl-to-spirv Switch to one shader at a time in glsl-to-spirv 2016-02-16 20:01:45 +01:00
vk-sys Add vk-sys 2016-02-16 16:37:11 +01:00
vulkano Add image prototype system for layout transitionning 2016-02-18 10:55:58 +01:00
vulkano-shaders Adjust feature names again 2016-02-17 19:16:07 +01:00
.gitlab-ci.yml Add a gitlab-ci file 2016-02-13 19:38:55 +01:00
.travis.yml Initial wrapper 2016-02-18 09:33:06 +01:00
README.md Initial wrapper 2016-02-18 09:33:06 +01:00
vkspec.pdf Add the vulkan specs 2016-02-16 15:06:52 +01:00

Vulkano

This repository contains three libraries:

  • vulkano is the main one.
  • vulkano-shaders can analyse SPIR-V shaders at compile-time.
  • glsl-to-spirv can compile GLSL to SPIR-V.