GaryHuan9 / Echo

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

Added required features to the compute system #5

Closed GaryHuan9 closed 2 years ago

GaryHuan9 commented 2 years ago

Changed how Operation is used. Moved Core.Compute to Common.Compute. Added IStatistics<T> to Operation<T>. Improved Device API.