Search Results
6/21/2025, 11:27:05 PM
Spent 2 weeks (not working on it every day) trying to figure out why my render targets weren't working in my DirectX deferred renderer.
Finally figured it out when I noticed that renderdoc wasn't showing a viewport under the rasterizer stage. I then eventually figured out that I had already solved that bug on my laptop, but never pushed the change to my git repo. It was a single line of code that was sitting there undetected.
How the FUCK did people do computer graphics before debugging tools like this? I swear to god programmers were way smarter than us 20 years ago
Finally figured it out when I noticed that renderdoc wasn't showing a viewport under the rasterizer stage. I then eventually figured out that I had already solved that bug on my laptop, but never pushed the change to my git repo. It was a single line of code that was sitting there undetected.
How the FUCK did people do computer graphics before debugging tools like this? I swear to god programmers were way smarter than us 20 years ago
Page 1