This commit is contained in:
Mirek Fidler 2025-02-06 16:59:22 +01:00
parent 0a2b62f244
commit 77db4feb6b

View file

@ -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.
*/