GaryHuan9 / Echo

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

49 feature request new asynchronous api to echocorecommoncompute #50

Closed GaryHuan9 closed 1 year ago

GaryHuan9 commented 1 year ago

What is the reason for this pull request? Implemented #49.

What was added, removed or changed in this pull request? Added Echo.Core.Common.Compute.Async and modified various files related to it. The main class that was added is AsyncOperation which allows the C# async and await syntax inside the Echo compute system.

Contributors @GaryHuan9