An open API service indexing awesome lists of open source software.

https://github.com/nvpro-samples/vk_memory_decompression

Vulkan Memory Decompression (VK_NV_memory_decompression) sample
https://github.com/nvpro-samples/vk_memory_decompression

Last synced: about 1 year ago
JSON representation

Vulkan Memory Decompression (VK_NV_memory_decompression) sample

Awesome Lists containing this project

README

          

# vk_memory_decompression

This example shows how to use the VK_NV_memory_decompression Vulkan memory decompresion extension to compress and decompress with
NVIDIA GDeflate using the NVIDIA libdeflate fork.

~~~~ batch
vk_memory_decompression.exe OPTION
-c : compress input file to output file at level 1..12
-d : (optional) decompress on CPU
-i : input file
-o : output file
~~~~