vulkan: don't unnecessarily delay pl_buf_destroy
For some reason this was done using a lazy destructor even though the whole point of refcounting is to let commands hold on to a reference of the buffer while it's in use. No need for the extra laziness, so just directly deref buffers on pl_buf_destroy.
Please register or sign in to comment