Update README.md
This commit is contained in:
parent
2854aa5104
commit
ff36314092
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
||||||
# Blue_Noise_Generation
|
# Blue_Noise_Generation
|
||||||
|
|
||||||
Currently, this project only generates blue-noise, which can be used for dithering.
|
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.
|
||||||
|
|
Loading…
Reference in a new issue