Update README.md

This commit is contained in:
Stephen Seo 2024-04-01 11:30:42 +09:00
parent 2854aa5104
commit ff36314092

View file

@ -1,4 +1,5 @@
# 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.
The blue-noise can be generated via OpenCL, Vulkan compute, or with threads on
the CPU.