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
Describe the bug | Bug描述
MacOS下Vulkan validation layer 报错,信息如下:
validation layer: Validation Error: [ VUID-VkDeviceCreateInfo-pProperties-04451 ] Object 0: handle = 0x6000001ddd20, type = VK_OBJECT_TYPE_PHYSICAL_DEVICE; | MessageID = 0x3a3b6ca0 | vkCreateDevice: VK_KHR_portability_subset must be enabled because physical device VkPhysicalDevice 0x6000001ddd20[] supports it The Vulkan spec states: If the VK_KHR_portability_subset extension is included in pProperties of vkEnumerateDeviceExtensionProperties, ppEnabledExtensions must include "VK_KHR_portability_subset" (https://vulkan.lunarg.com/doc/view/1.2.198.1/mac/1.2-extensions/vkspec.html#VUID-VkDeviceCreateInfo-pProperties-04451)
在初始化时按照提示信息使能VK_KHR_portability_subset扩展即可解决问题。
Steps to reproduce | 如何复现
Desktop | 桌面环境
OS: [macOS]
Version [Bug Sur]
CPU [Intel I9]
GPU [AMD]
Memory [16GB]
Compiler [Clang]
The text was updated successfully, but these errors were encountered:
Describe the bug | Bug描述
MacOS下Vulkan validation layer 报错,信息如下:
在初始化时按照提示信息使能VK_KHR_portability_subset扩展即可解决问题。
Steps to reproduce | 如何复现
Desktop | 桌面环境
The text was updated successfully, but these errors were encountered: