Skip to content

Latest commit

 

History

History
394 lines (361 loc) · 42 KB

COVERAGE.md

File metadata and controls

394 lines (361 loc) · 42 KB

Vulkano's coverage of Vulkan

Coverage of support for Vulkan core features and extensions in Vulkano.

"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

  • vkGetImageSubresourceLayout (used, but not exposed to the user)
  • VkAllocationCallbacks
  • VkPipelineCreateFlags
  • Possibly more?

Vulkan 1.1

Fully supported

Partially supported

  • VK_KHR_maintenance2
    • VkPipelineTessellationDomainOriginStateCreateInfoKHR
    • VK_IMAGE_CREATE_EXTENDED_USAGE_BIT
  • VK_KHR_sampler_ycbcr_conversion
    • VkBindImagePlaneMemoryInfoKHR
    • VkSamplerYcbcrConversionImageFormatPropertiesKHR
    • VkImagePlaneMemoryRequirementsInfoKHR

Unsupported

Vulkan 1.2

Fully supported

Partially supported

  • VK_KHR_buffer_device_address
    • Only the deprecated EXT version is supported.
    • vkGetBufferOpaqueCaptureAddressKHR / VkBufferOpaqueCaptureAddressCreateInfoKHR
    • vkGetDeviceMemoryOpaqueCaptureAddressKHR / VkMemoryOpaqueCaptureAddressAllocateInfoKHR
  • VK_EXT_descriptor_indexing
    • VkDescriptorSetVariableDescriptorCountLayoutSupportEXT
    • 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

  • VK_KHR_dynamic_rendering
    • Suspend/resume
  • VK_KHR_synchronization2
    • 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

Extensions not promoted to core

Fully supported

Partially supported

Unsupported