Release ash 0.33.2 with repeated reads if Vulkan returns VK_INCOMPLETE
This commit is contained in:
parent
00abdfc17d
commit
7ad19290d8
|
@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased] - ReleaseDate
|
## [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
|
## [0.33.1] - 2021-08-23
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "ash"
|
name = "ash"
|
||||||
version = "0.33.1+1.2.186"
|
version = "0.33.2+1.2.186"
|
||||||
authors = ["maik klein <maikklein@googlemail.com>"]
|
authors = ["maik klein <maikklein@googlemail.com>"]
|
||||||
description = "Vulkan bindings for Rust"
|
description = "Vulkan bindings for Rust"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|
Loading…
Reference in a new issue