MacOS - Vulkan at runtime vkCreateDevice() fails when VkPhysicalDeviceFeatures wideLines = VK_TURE and doestn’t support vkCmdSetLineWidth API as well

前端 未结 1 1844
自闭症患者
自闭症患者 2021-01-24 21:16

I am new to Vulkan, and recently started learning .

I am facing issue, at runtime in vkCreateDevice() fails, when VkPhysicalDeviceFeatures is en

1条回答
  •  再見小時候
    2021-01-24 21:43

    As you were told elsewhere, Metal does not support wide-lines, so MoltenVK (Vulkan over Metal) cannot support wide lines either. You will have to render wide lines manually with polygons.

    0 讨论(0)
提交回复
热议问题