This commit is contained in:
Rua 2024-10-30 16:23:31 +01:00 committed by GitHub
parent a44a77869a
commit 0c74e34a18
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -71,11 +71,9 @@ Changes to render passes:
Changes to buffers:
- `BufferMemory` is now marked non-exhaustive.
- `RawBuffer::bind_memory` is now marked unsafe.
Changes to images:
- `ImageMemory` is now marked non-exhaustive.
- `RawImage::bind_memory` is now marked unsafe.
Changes to draw/dispatch commands:
- These are now `unsafe`, as the shader can perform invalid operations outside of Vulkano's control.