mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-22 06:45:23 +00:00
Safe and rich Rust wrapper around the Vulkan API
glsl-to-spirv | ||
vk-sys | ||
vulkano | ||
vulkano-shaders | ||
.gitlab-ci.yml | ||
.gitmodules | ||
.travis.yml | ||
README.md | ||
vkspec.pdf |
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.