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.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
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