From ff363140925f035776afcc0285b819e257c93462 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Mon, 1 Apr 2024 11:30:42 +0900 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a4aaaee..6cf3d62 100644 --- a/README.md +++ b/README.md @@ -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.