Safe and rich Rust wrapper around the Vulkan API
Go to file
2016-02-21 08:50:15 +01:00
glsl-to-spirv Make glslang work on Linux 2016-02-19 16:44:35 +01:00
vk-sys Add debugging report 2016-02-19 08:01:02 +01:00
vulkano Add correct matrices to the viewport 2016-02-21 08:50:15 +01:00
vulkano-shaders Some work on SPIR-V analyser 2016-02-20 18:26:51 +01:00
.gitlab-ci.yml Add a gitlab-ci file 2016-02-13 19:38:55 +01:00
.gitmodules Make glslang work on Linux 2016-02-19 16:44:35 +01:00
.travis.yml Fix doc generation again 2016-02-19 17:31:11 +01:00
README.md More draft for descriptor sets 2016-02-20 13:05:44 +01:00
vkspec.pdf Add the vulkan specs 2016-02-16 15:06:52 +01:00

Vulkano

Warning: this library breaks every five minutes for the moment.

Documentation

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.