From 7ad19290d8e0ac763aaba66c93557e8d75ca8e28 Mon Sep 17 00:00:00 2001 From: Marijn Suijten Date: Thu, 26 Aug 2021 21:54:56 +0200 Subject: [PATCH] Release ash 0.33.2 with repeated reads if Vulkan returns VK_INCOMPLETE --- Changelog.md | 7 +++++++ ash/Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index e2f8a51..f206467 100644 --- a/Changelog.md +++ b/Changelog.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - ReleaseDate +## [0.33.2] - 2021-08-26 + +### Fixed + +- `tooling_info`: Initialize `sType`/`pNext` in `get_physical_device_tool_properties` (#465) +- Repeatedly call enumeration functions when `VK_INCOMPLETE` is returned (#465) + ## [0.33.1] - 2021-08-23 ### Fixed diff --git a/ash/Cargo.toml b/ash/Cargo.toml index 5c4cfb6..5d03f91 100644 --- a/ash/Cargo.toml +++ b/ash/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ash" -version = "0.33.1+1.2.186" +version = "0.33.2+1.2.186" authors = ["maik klein "] description = "Vulkan bindings for Rust" license = "MIT"