Skip to content

Vulkan 1.4 support #3625

Open
Open
@bl4ckb0ne

Description

@bl4ckb0ne

Description of Feature

Support for the latest Vulkan API version (1.4) is missing, the most recent version supported is 1.3`. Application requiring the Vulkan 1.4 API will fail to load.

Here's my application running normally

[../src/gpu/device.c:425] physical device 0: Intel(R) Graphics (BMG G21)
[../src/gpu/device.c:426] 	type: VK_PHYSICAL_DEVICE_TYPE_DISCRETE_GPU
[../src/gpu/device.c:427] 	driver version: 25.0.5
[../src/gpu/device.c:428] 	API version: 1.4.305
[../src/gpu/device.c:450] device extensions
[../src/gpu/device.c:453] 	VK_KHR_swapchain
[../src/gpu/device.c:453] 	VK_EXT_swapchain_maintenance1
[../src/gpu/device.c:425] physical device 1: AMD Radeon Graphics (RADV RENOIR)
[../src/gpu/device.c:426] 	type: VK_PHYSICAL_DEVICE_TYPE_INTEGRATED_GPU
[../src/gpu/device.c:427] 	driver version: 25.0.5
[../src/gpu/device.c:428] 	API version: 1.4.305
[../src/gpu/device.c:450] device extensions
[../src/gpu/device.c:453] 	VK_KHR_swapchain
[../src/gpu/device.c:453] 	VK_EXT_swapchain_maintenance1
[../src/gpu/device.c:425] physical device 2: llvmpipe (LLVM 19.1.7, 256 bits)
[../src/gpu/device.c:426] 	type: VK_PHYSICAL_DEVICE_TYPE_CPU
[../src/gpu/device.c:427] 	driver version: 0.0.1
[../src/gpu/device.c:428] 	API version: 1.4.305
[../src/gpu/device.c:450] device extensions
[../src/gpu/device.c:453] 	VK_KHR_swapchain
[../src/gpu/device.c:453] 	VK_EXT_swapchain_maintenance1
[../src/gpu/device.c:477] physical device: Intel(R) Graphics (BMG G21)

And through renderdoc

[../src/gpu/device.c:425] physical device 0: Intel(R) Graphics (BMG G21)
[../src/gpu/device.c:426] 	type: VK_PHYSICAL_DEVICE_TYPE_DISCRETE_GPU
[../src/gpu/device.c:427] 	driver version: 25.0.5
[../src/gpu/device.c:428] 	API version: 1.3.0
[../src/gpu/device.c:450] device extensions
[../src/gpu/device.c:453] 	VK_KHR_swapchain
[../src/gpu/device.c:453] 	VK_EXT_swapchain_maintenance1
[../src/gpu/device.c:467] skipping, device does not support Vulkan 1.4
[../src/gpu/device.c:425] physical device 1: AMD Radeon Graphics (RADV RENOIR)
[../src/gpu/device.c:426] 	type: VK_PHYSICAL_DEVICE_TYPE_INTEGRATED_GPU
[../src/gpu/device.c:427] 	driver version: 25.0.5
[../src/gpu/device.c:428] 	API version: 1.3.0
[../src/gpu/device.c:450] device extensions
[../src/gpu/device.c:453] 	VK_KHR_swapchain
[../src/gpu/device.c:453] 	VK_EXT_swapchain_maintenance1
[../src/gpu/device.c:467] skipping, device does not support Vulkan 1.4
[../src/gpu/device.c:425] physical device 2: llvmpipe (LLVM 19.1.7, 256 bits)
[../src/gpu/device.c:426] 	type: VK_PHYSICAL_DEVICE_TYPE_CPU
[../src/gpu/device.c:427] 	driver version: 0.0.1
[../src/gpu/device.c:428] 	API version: 1.2.0
[../src/gpu/device.c:450] device extensions
[../src/gpu/device.c:453] 	VK_KHR_swapchain
[../src/gpu/device.c:453] 	VK_EXT_swapchain_maintenance1
[../src/gpu/device.c:467] skipping, device does not support Vulkan 1.4
[../src/gpu/device.c:479] no physical device found

Environment

  • RenderDoc version: 2025_06_09_93238729
  • Operating System: Linux
  • Graphics API: Vulkan

Metadata

Metadata

Assignees

No one assigned

    Labels

    FeatureAn improvement or featureUnresolvedWaiting for a fix or implementation

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions