MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Tools / AppDisplayPlane

Method AppDisplayPlane

vulkaninfo/vulkaninfo.cpp:763–769  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

761}
762
763AppDisplayPlane::AppDisplayPlane(AppGpu &gpu, uint32_t index, const VkDisplayPlanePropertiesKHR &in_prop)
764 : global_index(index), properties(in_prop) {
765 std::ostringstream display_name;
766
767 supported_displays = GetVector<VkDisplayKHR>("vkGetDisplayPlaneSupportedDisplaysKHR", vkGetDisplayPlaneSupportedDisplaysKHR,
768 gpu.phys_device, global_index);
769}
770
771std::vector<AppDisplayPlane> enumerate_display_planes(AppGpu &gpu) {
772 std::vector<AppDisplayPlane> result;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected