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
- Added `PhysicalDevice::presentation_support` for determining presentation support to the surface of any window of a given event loop.
148
+
- Added support for tvOS.
146
149
- Vulkano-shaders: Support for Vulkan 1.3 target environment.
147
150
- Vulkano-shaders: Added `generate_structs: true` option that may be used to disable rust structs from generating. Useful in e.g. rust-gpu contexts where such functionality is not needed.
148
151
- Vulkano-util: `VulkanoWindowsRenderer::swapchain_image_views` allows access to the swapchain images.
@@ -165,6 +168,8 @@ Other:
165
168
- Fixed descriptor sets with `UPDATE_AFTER_BIND` or `PARTIALLY_BOUND` being wrongly validated on bind.
166
169
- Fixed non-default image view usage being ignored.
167
170
- Fixed an off-by-one error in `SubpassDescription::validate`.
171
+
- Made resizing smooth on macOS and iOS, and let it interoperate better with windowing libraries.
172
+
- Fixed compiling on iOS.
168
173
- Vulkano-shaders: Fixed shader struct names that are invalid rust idents from panicking the shader! macro. Rust-gpu emitted struct names such as `foo::bar::MyStruct` now work.
0 commit comments