Hacker News new | ask | show | jobs
by bathtub365 211 days ago
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.
1 comments

You can do all that with Vulkan and RenderDoc.