Skip to content

Commit

Permalink
#2043 #2044 additions
Browse files Browse the repository at this point in the history
  • Loading branch information
Rua authored Oct 24, 2022
1 parent fb2c116 commit f079c2b
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions COVERAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,13 +124,7 @@ Coverage of support for Vulkan core features and extensions in Vulkano.
- [`VK_KHR_dynamic_rendering`](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VK_KHR_dynamic_rendering.html)
- Suspend/resume
- [`VK_KHR_synchronization2`](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VK_KHR_synchronization2.html)
- `vkCmdResetEvent2KHR`
- `vkCmdSetEvent2KHR`
- `vkCmdWaitEvents2KHR`
- `vkCmdWriteTimestamp2KHR`
- `vkQueueSubmit2KHR` / `VkSemaphoreSubmitInfoKHR` (missing parameters related to device groups)
- `VkMemoryBarrier2KHR` extending `VkSubpassDependency`
- `VkAccessFlagBits2KHR` / `VkPipelineStageFlagBits2KHR` (only the base Vulkan 1.0 bits are defined)

### Unsupported

Expand Down Expand Up @@ -199,7 +193,8 @@ Coverage of support for Vulkan core features and extensions in Vulkano.
- [`VK_KHR_external_semaphore_win32`](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VK_KHR_external_semaphore_win32.html)
- `VkD3D12FenceSubmitInfoKHR`
- [`VK_KHR_portability_subset`](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VK_KHR_portability_subset.html) (provisional)
- Still missing almost all validation checks
- Check for `tessellationIsolines`
- Check for `tessellationPointMode`
- [`VK_EXT_buffer_device_address`](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VK_EXT_buffer_device_address.html) (deprecated)
- `VkBufferDeviceAddressCreateInfoEXT`
- [`VK_EXT_debug_utils`](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VK_EXT_debug_utils.html)
Expand Down

0 comments on commit f079c2b

Please sign in to comment.