KhronosGroup / Vulkan-Samples

One stop solution for all Vulkan samples
Apache License 2.0
4.33k stars 647 forks source link

profiles sample does not work on Apple platforms #1118

Closed SRSaunders closed 3 months ago

SRSaunders commented 3 months ago

As stated in the title, the profiles sample does not currently work on macOS (and iOS). The problem is due to two things:

  1. The VK_KHR_portability_enumeration extension and flag are not enabled during instance creation
  2. MoltenVK's Metal argument buffers feature is not enabled for descriptor indexing/scaling

I will submit a pull request to solve.