Skip to content

Latest commit

 

History

History
423 lines (390 loc) · 46.4 KB

COVERAGE.md

File metadata and controls

423 lines (390 loc) · 46.4 KB

Vulkano's coverage of Vulkan

Coverage of support for Vulkan core features and extensions in Vulkano, as of the Vulkan 1.3.260 spec.

"Partially supported" includes core features and extensions that have some support in Vulkano, but are not fully implemented. A list of unimplemented features is given.

Vulkan 1.0

Unsupported

  • Updating existing descriptor sets
  • VkAllocationCallbacks
  • Pipeline derivatives
  • Possibly more?

Vulkan 1.1

Fully supported

Partially supported

Unsupported

Vulkan 1.2

Fully supported

Partially supported

  • VK_KHR_buffer_device_address
    • vkGetBufferOpaqueCaptureAddressKHR / VkBufferOpaqueCaptureAddressCreateInfoKHR
    • vkGetDeviceMemoryOpaqueCaptureAddressKHR / VkMemoryOpaqueCaptureAddressAllocateInfoKHR
  • VK_EXT_descriptor_indexing
    • VK_DESCRIPTOR_BINDING_PARTIALLY_BOUND_BIT_EXT
    • VK_DESCRIPTOR_BINDING_UPDATE_AFTER_BIND_BIT_EXT / VK_DESCRIPTOR_POOL_CREATE_UPDATE_AFTER_BIND_BIT_EXT / VK_DESCRIPTOR_SET_LAYOUT_CREATE_UPDATE_AFTER_BIND_POOL_BIT_EXT
    • VK_DESCRIPTOR_BINDING_UPDATE_UNUSED_WHILE_PENDING_BIT_EXT

Unsupported

Vulkan 1.3

Fully supported

Partially supported

Unsupported

Extensions not promoted to core

Fully supported

Partially supported

Unsupported