No description
Stephen Seo
6ed76af210
Vulkan init code was resturctured so that "temporary" structs (e.g. vulkan "info create" structs) are discarded after they are used. |
||
---|---|---|
src | ||
.clangd | ||
.gitignore | ||
CMakeLists.txt | ||
LICENSE | ||
README.md |
Blue_Noise_Generation
Currently, this project only generates blue-noise, which can be used for dithering.
The blue-noise can be generated via OpenCL or with threads on the CPU.