Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix staging buffer required size calculation (fixes #1056)
* when doing a full asset copy (resize), prepare_uniform_buffers() is now called on all assets rather than just changed ones. This makes sure the staging buffer is large enough. * set_required_staging_buffer_size_to_max() now doesn't overwrite the value computed by prepare_uniform_buffers() if the resulting size would be smaller. Co-authored-by: François <mockersf@gmail.com>
- Loading branch information