|
|
|
|
|
by nice_byte
3355 days ago
|
|
As far as debugging goes, use KHR_debug extension, as well as RenderDoc or similar tools.
As far as (automated) testing goes, I don't really know any solutions there beyond a "fuzzy" comparison to a set of "known good" images. But the problem is, this only works for regression testing. When implementing something new (say, you want to add reflections to your engine), there isn't anything to compare to, you just have to actually look at it. |
|