Click or drag to resize
Ab4d.SharpEngine logo

VkGetPhysicalDeviceDirectFBPresentationSupport Method

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


Namespace: Ab4d.Vulkan
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntax
C#
public Bool32 GetPhysicalDeviceDirectFBPresentationSupport(
	PhysicalDevice physicalDevice,
	uint queueFamilyIndex,
	IntPtr* dfb
)

Parameters

physicalDevice  PhysicalDevice

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

queueFamilyIndex  UInt32

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

dfb  IntPtr*

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

Return Value

Bool32

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

Remarks

Required Extension: VK_EXT_directfb_surface

See Also