Click or drag to resize
Ab4d.SharpEngine logo

VkGetPhysicalDeviceQueueFamilyProperties Method

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


Namespace: Ab4d.Vulkan
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntax
C#
public void GetPhysicalDeviceQueueFamilyProperties(
	PhysicalDevice physicalDevice,
	uint* pQueueFamilyPropertyCount,
	QueueFamilyProperties* pQueueFamilyProperties
)

Parameters

physicalDevice  PhysicalDevice

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

pQueueFamilyPropertyCount  UInt32*

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

pQueueFamilyProperties  QueueFamilyProperties*

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

Remarks

[Missing <remarks> documentation for "M:Ab4d.Vulkan.Vk.GetPhysicalDeviceQueueFamilyProperties(Ab4d.Vulkan.PhysicalDevice,System.UInt32*,Ab4d.Vulkan.QueueFamilyProperties*)"]

See Also