From 638f72279baf73d0c978b429021a7c8d93e7d99f Mon Sep 17 00:00:00 2001 From: marc0246 <40955683+marc0246@users.noreply.github.com> Date: Fri, 9 Jun 2023 10:40:07 +0200 Subject: [PATCH] #2224 changelog --- CHANGELOG.md | 1 + COVERAGE.md | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4402c250c7..f748653308 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ Changes to pipeline construction: - `GraphicsPipelineCreateInfo` now requires you to provide `input_assembly_state`, `rasterization_state`, `multisample_state` and `color_blend_state` instead of them having default values. You can still call `default()` to generate default values for each of them. - Instead of an entry point and specialization constants, pipeline construction now takes a `PipelineShaderStageCreateInfo` structure. `GraphicsPipelineCreateInfo` has a `stages` member that takes all shader stages at once, instead of separate members for each shader type. `EntryPoint` now owns instead of borrows a reference to the `ShaderModule`, so this is easier. - Specialization constants are now provided with a `HashMap` containing `SpecializationConstant` enum values. The `SpecializationConstants` trait is removed, and `vulkano_shaders` no longer generates structs for specialization constants. +- Added a `domain_origin` field to `TessellationState`. Changes to images: - Removed the `ImageInner` type. The `inner` method of the `ImageAccess` trait now returns a reference to the inner image directly. diff --git a/COVERAGE.md b/COVERAGE.md index 322e57e084..eaf317cfb9 100644 --- a/COVERAGE.md +++ b/COVERAGE.md @@ -40,7 +40,6 @@ Coverage of support for Vulkan core features and extensions in Vulkano. ### Partially supported - [`VK_KHR_maintenance2`](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VK_KHR_maintenance2.html) - - `VkPipelineTessellationDomainOriginStateCreateInfoKHR` - `VK_IMAGE_CREATE_EXTENDED_USAGE_BIT` - [`VK_KHR_sampler_ycbcr_conversion`](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VK_KHR_sampler_ycbcr_conversion.html) - `VkSamplerYcbcrConversionImageFormatPropertiesKHR`