Initial commit: VKZip GPU Compressor

This commit is contained in:
2026-04-20 23:19:07 -03:00
commit 7af9f38181
66 changed files with 9444 additions and 0 deletions
@@ -0,0 +1,10 @@
file(REMOVE_RECURSE
"CMakeFiles/shaders"
"shaders/compress.comp.spv"
"shaders/decompress.comp.spv"
)
# Per-language clean rules from dependency scanning.
foreach(lang )
include(CMakeFiles/shaders.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()