aconstlink / motor

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

d3d11 backend variable set not released #41

Closed aconstlink closed 4 months ago

aconstlink commented 5 months ago

If a render object is configured a second time and it already includes managed variable sets, those are not released.

See d3d11.cpp : 3003. Here the storage is just cleared but the variable sets are managed and copied.