This commit is contained in:
Rua 2022-03-18 17:42:20 +01:00 committed by GitHub
parent a6e853e34d
commit 7082c1440f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,7 @@
description. They will be transferred to this file right after the
Pull Request merge.
-->
- **Breaking** Removed the `try_gpu_lock`, `increase_gpu_lock` and `unlock` methods from the `BufferAccess` and `ImageAccess` traits. Locking is now implemented internally in `UnsafeBuffer` and `UnsafeImage`.
# Version 0.29.0 (2022-03-11)