Safe and rich Rust wrapper around the Vulkan API
Go to file
2016-02-19 11:04:04 +01:00
glsl-to-spirv Fix glsl-to-spirv tests 2016-02-18 11:25:26 +01:00
vk-sys Add debugging report 2016-02-19 08:01:02 +01:00
vulkano Update buffers copy example 2016-02-19 11:04:04 +01:00
vulkano-shaders No longer hardcode vertex attributes 2016-02-19 10:58:35 +01:00
.gitlab-ci.yml Add a gitlab-ci file 2016-02-13 19:38:55 +01:00
.travis.yml Try add libstdc++6 package 2016-02-18 11:30:11 +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.