Click or drag to resize
Ab4d.SharpEngine logo

VkGetDisplayPlaneSupportedDisplays Method

[Missing <summary> documentation for "M:Ab4d.Vulkan.Vk.GetDisplayPlaneSupportedDisplays(Ab4d.Vulkan.PhysicalDevice,System.UInt32,System.UInt32*,Ab4d.Vulkan.DisplayKHR*)"]


Namespace: Ab4d.Vulkan
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntax
C#
public Result GetDisplayPlaneSupportedDisplays(
	PhysicalDevice physicalDevice,
	uint planeIndex,
	uint* pDisplayCount,
	DisplayKHR* pDisplays
)

Parameters

physicalDevice  PhysicalDevice

[Missing <param name="physicalDevice"/> documentation for "M:Ab4d.Vulkan.Vk.GetDisplayPlaneSupportedDisplays(Ab4d.Vulkan.PhysicalDevice,System.UInt32,System.UInt32*,Ab4d.Vulkan.DisplayKHR*)"]

planeIndex  UInt32

[Missing <param name="planeIndex"/> documentation for "M:Ab4d.Vulkan.Vk.GetDisplayPlaneSupportedDisplays(Ab4d.Vulkan.PhysicalDevice,System.UInt32,System.UInt32*,Ab4d.Vulkan.DisplayKHR*)"]

pDisplayCount  UInt32*

[Missing <param name="pDisplayCount"/> documentation for "M:Ab4d.Vulkan.Vk.GetDisplayPlaneSupportedDisplays(Ab4d.Vulkan.PhysicalDevice,System.UInt32,System.UInt32*,Ab4d.Vulkan.DisplayKHR*)"]

pDisplays  DisplayKHR*

[Missing <param name="pDisplays"/> documentation for "M:Ab4d.Vulkan.Vk.GetDisplayPlaneSupportedDisplays(Ab4d.Vulkan.PhysicalDevice,System.UInt32,System.UInt32*,Ab4d.Vulkan.DisplayKHR*)"]

Return Value

Result

[Missing <returns> documentation for "M:Ab4d.Vulkan.Vk.GetDisplayPlaneSupportedDisplays(Ab4d.Vulkan.PhysicalDevice,System.UInt32,System.UInt32*,Ab4d.Vulkan.DisplayKHR*)"]

Remarks

Required Extension: VK_KHR_display

Success codes:VK_SUCCESS, VK_INCOMPLETE

Error codes:VK_ERROR_OUT_OF_HOST_MEMORY, VK_ERROR_OUT_OF_DEVICE_MEMORY

See Also