You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been having difficulty with getting moltenVK working on my m3 macbook. The validation errors look a bit strange but it looks like the device is reported correctly with just looking at the debugger. It's failing to pick up the method when its calling GetDeviceProcAddr specifically 'vkGetDeviceBufferMemoryRequirements'.
Unfortunately, at this point, MoltenVK does not yet support either VK_KHR_maintenance4 or Vulkan 1.3, which is where vkGetDeviceBufferMemoryRequirements()/vkGetDeviceBufferMemoryRequirementsKHR() was introduced.
See issue tracker #1930 for where we are in closing in on support for those.
Unfortunately, at this point, MoltenVK does not yet support either VK_KHR_maintenance4 or Vulkan 1.3, which is where vkGetDeviceBufferMemoryRequirements()/vkGetDeviceBufferMemoryRequirementsKHR() was introduced.
See issue tracker #1930 for where we are in closing in on support for those.
I've been having difficulty with getting moltenVK working on my m3 macbook. The validation errors look a bit strange but it looks like the device is reported correctly with just looking at the debugger. It's failing to pick up the method when its calling GetDeviceProcAddr specifically 'vkGetDeviceBufferMemoryRequirements'.
NVIDIAGameWorks/NRI#105
The text was updated successfully, but these errors were encountered: