No description
Stephen Seo
2854aa5104
Order of backends to use: OpenCL -> Vulkan -> CPU threads Unless I figure out a way to make Vulkan faster, OpenCL will be the default backend used, or at least it will have higher priority than Vulkan if both OpenCL and Vulkan is available. |
||
---|---|---|
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.