-
Notifications
You must be signed in to change notification settings - Fork 36
Feature/591 dispose point cloud component #595
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/591 dispose point cloud component #595
Conversation
… from inside the finalizer
…ject that holds unmanaged resources a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SolarLint says: revisit the abstract class Effect
and either implement the IDisposable
-pattern there (do not use abstract
), or move the interface implementation to the SurfaceEffectBase
class.
Everything else looks and works fine for me.
Perhaps we should measure the impact of the event
after each frame, hopefully this is negligible.
…e-pointCloudComponent
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Summary:
EndOfFrame
event toRenderCanvas
IDisposable
implementationsCloses #591
Closes #584 due to IDisposable changes
Closes #607