Click or drag to resize
Ab4d.SharpEngine logo

VkGetPhysicalDeviceSurfaceFormats Method

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


Namespace: Ab4d.Vulkan
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntax
C#
public Result GetPhysicalDeviceSurfaceFormats(
	PhysicalDevice physicalDevice,
	SurfaceKHR surface,
	uint* pSurfaceFormatCount,
	SurfaceFormatKHR* pSurfaceFormats
)

Parameters

physicalDevice  PhysicalDevice

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

surface  SurfaceKHR

[Missing <param name="surface"/> documentation for "M:Ab4d.Vulkan.Vk.GetPhysicalDeviceSurfaceFormats(Ab4d.Vulkan.PhysicalDevice,Ab4d.Vulkan.SurfaceKHR,System.UInt32*,Ab4d.Vulkan.SurfaceFormatKHR*)"]

pSurfaceFormatCount  UInt32*

[Missing <param name="pSurfaceFormatCount"/> documentation for "M:Ab4d.Vulkan.Vk.GetPhysicalDeviceSurfaceFormats(Ab4d.Vulkan.PhysicalDevice,Ab4d.Vulkan.SurfaceKHR,System.UInt32*,Ab4d.Vulkan.SurfaceFormatKHR*)"]

pSurfaceFormats  SurfaceFormatKHR*

[Missing <param name="pSurfaceFormats"/> documentation for "M:Ab4d.Vulkan.Vk.GetPhysicalDeviceSurfaceFormats(Ab4d.Vulkan.PhysicalDevice,Ab4d.Vulkan.SurfaceKHR,System.UInt32*,Ab4d.Vulkan.SurfaceFormatKHR*)"]

Return Value

Result

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

Remarks

Required Extension: VK_KHR_surface

Success codes:VK_SUCCESS, VK_INCOMPLETE

Error codes:VK_ERROR_OUT_OF_HOST_MEMORY, VK_ERROR_OUT_OF_DEVICE_MEMORY, VK_ERROR_SURFACE_LOST_KHR

See Also