Home
last modified time | relevance | path

Searched refs:DEVICE_EXTENSION_MULTIVIEW (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Ddevice_vk.cpp71 static constexpr string_view DEVICE_EXTENSION_MULTIVIEW { VK_KHR_MULTIVIEW_EXTENSION_NAME }; variable
480 extensions.push_back(DEVICE_EXTENSION_MULTIVIEW); in GetPreferredDeviceExtensions()
505 extensions.multiView = enabledDeviceExtensions.contains(DEVICE_EXTENSION_MULTIVIEW); in GetEnabledCommonDeviceExtensions()