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.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
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