Skip to content

Commit

Permalink
Release ash 0.33.2 with repeated reads if Vulkan returns VK_INCOMPLETE
Browse files Browse the repository at this point in the history
  • Loading branch information
MarijnS95 committed Aug 26, 2021
1 parent 00abdfc commit 7ad1929
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ash/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ash"
version = "0.33.1+1.2.186"
version = "0.33.2+1.2.186"
authors = ["maik klein <maikklein@googlemail.com>"]
description = "Vulkan bindings for Rust"
license = "MIT"
Expand Down

0 comments on commit 7ad1929

Please sign in to comment.