Search Results

Found 1 results for "09f2a9e930c520a791289a2be87abb83" across all boards searching md5.

Anonymous /vg/528306192#528323787
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