From dcf6c40ce790bbfce397ec325384c264c6b41d20 Mon Sep 17 00:00:00 2001 From: Ilya Lakhin Date: Wed, 5 Jan 2022 04:20:28 +0700 Subject: [PATCH] #1783 Changelog update --- CHANGELOG_VULKANO.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG_VULKANO.md b/CHANGELOG_VULKANO.md index ae76a311..06dcde05 100644 --- a/CHANGELOG_VULKANO.md +++ b/CHANGELOG_VULKANO.md @@ -21,6 +21,9 @@ - Implemented SyncCommandBufferBuilder::clear_attachments and UnsafeCommandBufferBuilder::clear_attachments. - Allowed `copy_image`, `blit_image` and `copy_buffer` to work with `src` and `dest` images/beffers being the same. But, regions from src to dest must not overlap. +- Fix undefined behaviour on external semaphore creation. +- Fix undefined behaviour on external image creation. +- Add uuid checking to gl-interop example. # Version 0.27.1 (2021-12-07)