Kasys

Results 3 comments of Kasys

Well you can do it now if you want. :P You just can't replace the circuits that are transmitting/receiving the singals.

Right now there is actually a neat workaround for this: If you are storing these objects in unique pointers anyway you can create a unique pointer with a custom deleter...

I don't think the code would work as is, because in its current state the destructor of DescriptorPool will only be called once all DescriptorSets created from it are destroyed....