←back to thread

112 points Doches | 2 comments | | HN request time: 0.525s | source
Show context
montebicyclelo ◴[] No.45897696[source]
As a hobbyist, shaders is up there as one of the most fun types of programming.. Low-level / relatively simple language, often tied to a satisfying visual result. Once it clicks, it's a cool paradigm to be working in, e.g. "I am coding from the perspective of a single pixel".
replies(2): >>45897737 #>>45901969 #
1. bathtub365 ◴[] No.45901969[source]
It’s interesting that this hasn’t been solved for pixel shaders. With HIP in the GPGPU world I’m able to set breakpoints in a GPU kernel and step through line by line. I can also add printf statements to output values to the console.
replies(1): >>45907052 #
2. 0xf00ff00f ◴[] No.45907052[source]
You can do all that with Vulkan and RenderDoc.