You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The function does NOT release the layout object, since it's owned by the Pipeline Layout manager.
*/
void Anvil::BasePipelineManager::Pipeline::release_vulkan_objects()
The comment say it doesn't release the layout but the code actually does. In my tests the code causes a crash, so I think the comment is right and the code wrong.
Not sure if just removing the release will cause leaks (though I've done that on my local copy at them mo.
The text was updated successfully, but these errors were encountered:
Thanks for reporting this problem. We're currently in the process of moving to automated pointers, which may fix this issue, but I'm going to make sure the problem is addressed before we release an update.
The comment say it doesn't release the layout but the code actually does. In my tests the code causes a crash, so I think the comment is right and the code wrong.
Not sure if just removing the release will cause leaks (though I've done that on my local copy at them mo.
The text was updated successfully, but these errors were encountered: