From 77db4feb6b8b0fc008e4fb60fa26ba7c955ffc84 Mon Sep 17 00:00:00 2001 From: Mirek Fidler Date: Thu, 6 Feb 2025 16:59:22 +0100 Subject: [PATCH] .upptst --- upptst/VulkanComp/Vulkan.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/upptst/VulkanComp/Vulkan.cpp b/upptst/VulkanComp/Vulkan.cpp index d4bb3eecc..cae45f516 100644 --- a/upptst/VulkanComp/Vulkan.cpp +++ b/upptst/VulkanComp/Vulkan.cpp @@ -31,6 +31,7 @@ const bool enableValidationLayers = false; /* The application launches a compute shader that renders the mandelbrot set, +The application launches a compute shader that renders the mandelbrot set, by rendering it into a storage buffer. The storage buffer is then read from the GPU, and saved as .png. */