Click or drag to resize
Ab4d.SharpEngine logo

VkGetPhysicalDeviceQueueFamilyProperties2 Method

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


Namespace: Ab4d.Vulkan
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
Syntax
C#
public void GetPhysicalDeviceQueueFamilyProperties2(
	PhysicalDevice physicalDevice,
	uint* pQueueFamilyPropertyCount,
	QueueFamilyProperties2* pQueueFamilyProperties
)

Parameters

physicalDevice  PhysicalDevice

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

pQueueFamilyPropertyCount  UInt32*

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

pQueueFamilyProperties  QueueFamilyProperties2*

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

Remarks

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

See Also