Click or drag to resize
Ab4d.SharpEngine logo

VkGetPhysicalDeviceXcbPresentationSupport Method

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


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

Parameters

physicalDevice  PhysicalDevice

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

queueFamilyIndex  UInt32

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

connection  IntPtr*

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

visual_id  UInt32

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

Return Value

Bool32

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

Remarks

Required Extension: VK_KHR_xcb_surface

See Also