Changelog was borked

This commit is contained in:
marc0246 2024-04-07 12:40:30 +02:00
parent b42fc43f93
commit 18c88cd854
No known key found for this signature in database
GPG Key ID: 689CB88C1090C684

View File

@ -95,7 +95,7 @@ Changes to shaders:
- `ShaderInterface` and subtypes are removed. `EntryPointInfo` no longer has `input_interface` and `output_interface` members. - `ShaderInterface` and subtypes are removed. `EntryPointInfo` no longer has `input_interface` and `output_interface` members.
Changes to synchronization: Changes to synchronization:
- Renamed `PipelineStages::SUBPASS_SHADING` to PipelineStages::SUBPASS_SHADER`, following upstream Vulkan changes. - Renamed `PipelineStages::SUBPASS_SHADING` to `PipelineStages::SUBPASS_SHADER`, following upstream Vulkan changes.
Changes to Win32 APIs: Changes to Win32 APIs:
- Windows `HANDLE`s are now passed using `ash::vk::HANDLE`, which is a type alias for `isize`. - Windows `HANDLE`s are now passed using `ash::vk::HANDLE`, which is a type alias for `isize`.