createSwapchainKHR: ErrorUnknown on DisplayPlaneSurface

my system is archlinux, gtx 1650 with nvidia-465 drivers, X11 window system.

I want create direct display surface for rendering but after creation DisplayPlaneSurface the createSwapchainKHR function return unknown error.

create surface
create swapchain

return:
    terminate called after throwing an instance of 'vk::UnknownError'
      what():  vk::Device::createSwapchainKHR: ErrorUnknown

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.