Continuing the Vulkano book. Working compute shader.

This commit is contained in:
2026-07-15 04:05:48 +00:00
parent c6cd846adf
commit c275ef5bd4
3 changed files with 366 additions and 126 deletions

View File

@@ -7,6 +7,6 @@ edition = "2024"
opt-level = 1
[dependencies]
vulkano = "0.35.2"
vulkano = "0.34.2"
vulkano-shaders = "0.35.0"