aconstlink / motor

Software Framework for Audio/Visual/Interactive Real-Time Applications
MIT License
1 stars 0 forks source link

reconfigure msl shader might not cleanup correctly #72

Closed aconstlink closed 3 months ago

aconstlink commented 3 months ago

If an msl_object is reconfigured for recompilation a variable set seem to be left behind and is not cleaned up correctly.

aconstlink commented 3 months ago

Missed releasing variable sets when reconfiguring the msl object.