Vulkan-ExtensionLayer icon indicating copy to clipboard operation
Vulkan-ExtensionLayer copied to clipboard

Shader Object: dear imgui fails to display properly when using layer

Open Majora8120 opened this issue 7 months ago • 1 comments

Dear imgui fails to display when using VK_LAYER_KHRONOS_shader_object. This only happens if they layer is enabled and you are drawing dear imgui after a draw that was using a shader object. Dear imgui renders fine when using a gpu with VK_EXT_shader_object support. No validation errors are given.

Majora8120 avatar May 22 '25 22:05 Majora8120

@Majora8120 Can you provide more information? Which gpu and driver are you using? And could you attach vulkaninfo output for the driver, so I could see which dynamic states it supports?

ziga-lunarg avatar Jul 02 '25 10:07 ziga-lunarg