You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Changelog.md
+6-3
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [Unreleased] - ReleaseDate
8
8
9
+
## [0.37.2] - 2022-01-11
10
+
9
11
### Added
10
12
11
13
- Update Vulkan-Headers to 1.3.238 (#688)
@@ -43,7 +45,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
43
45
44
46
### Fixed
45
47
46
-
-`khr::RayTracingPipeline`: Set the buffer length in `get_ray_tracing_capture_replay_shader_group_handles` so it no longer always returns an empty `Vec` (#658)
48
+
-`VK_KHR_ray_tracing_pipeline`: Set the buffer length in `get_ray_tracing_capture_replay_shader_group_handles` so it no longer always returns an empty `Vec` (#658)
47
49
48
50
## [0.37.0] - 2022-03-23
49
51
@@ -63,7 +65,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
63
65
64
66
### Changed
65
67
66
-
-extensions/khr: Drop `_khr` suffix from `get_memory_fd_properties_khr` in `ExternalMemoryFd` (#580)
68
+
-`VK_KHR_external_memory_fd`: Drop `_khr` suffix from `get_memory_fd_properties_khr` (#580)
67
69
- entry: Allow querying `enumerate_instance_extension_properties()` by layer name (#574)
0 commit comments