GaryHuan9 / Echo

An awesome ray traced 3D renderer build in C# from scratch!
MIT License
17 stars 3 forks source link

Reworked information reporting in Compute system #7

Closed GaryHuan9 closed 2 years ago

GaryHuan9 commented 2 years ago

Although it worked, I was not too happy with how the previous version of the Compute system handled information reporting. So I did some rethinking and created this new version where the numbers belong in the class that make sense. Took some time but hopefully this is usable for the foreseeable future.