Click or drag to resize
Ab4d.SharpEngine logo

VkGetPhysicalDeviceSparseImageFormatProperties2 Method

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


Namespace: Ab4d.Vulkan
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
Syntax
C#
public void GetPhysicalDeviceSparseImageFormatProperties2(
	PhysicalDevice physicalDevice,
	PhysicalDeviceSparseImageFormatInfo2* pFormatInfo,
	uint* pPropertyCount,
	SparseImageFormatProperties2* pProperties
)

Parameters

physicalDevice  PhysicalDevice

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

pFormatInfo  PhysicalDeviceSparseImageFormatInfo2*

[Missing <param name="pFormatInfo"/> documentation for "M:Ab4d.Vulkan.Vk.GetPhysicalDeviceSparseImageFormatProperties2(Ab4d.Vulkan.PhysicalDevice,Ab4d.Vulkan.PhysicalDeviceSparseImageFormatInfo2*,System.UInt32*,Ab4d.Vulkan.SparseImageFormatProperties2*)"]

pPropertyCount  UInt32*

[Missing <param name="pPropertyCount"/> documentation for "M:Ab4d.Vulkan.Vk.GetPhysicalDeviceSparseImageFormatProperties2(Ab4d.Vulkan.PhysicalDevice,Ab4d.Vulkan.PhysicalDeviceSparseImageFormatInfo2*,System.UInt32*,Ab4d.Vulkan.SparseImageFormatProperties2*)"]

pProperties  SparseImageFormatProperties2*

[Missing <param name="pProperties"/> documentation for "M:Ab4d.Vulkan.Vk.GetPhysicalDeviceSparseImageFormatProperties2(Ab4d.Vulkan.PhysicalDevice,Ab4d.Vulkan.PhysicalDeviceSparseImageFormatInfo2*,System.UInt32*,Ab4d.Vulkan.SparseImageFormatProperties2*)"]

Remarks

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

See Also