Click or drag to resize
Ab4d.SharpEngine logo

SurfaceDetails Constructor

Initializes a new instance of the SurfaceDetails class

Namespace: Ab4d.SharpEngine.Vulkan
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
Syntax
C#
public SurfaceDetails(
	PhysicalDevice physicalDevice,
	SurfaceKHR surface
)

Parameters

physicalDevice  PhysicalDevice

[Missing <param name="physicalDevice"/> documentation for "M:Ab4d.SharpEngine.Vulkan.SurfaceDetails.#ctor(Ab4d.Vulkan.PhysicalDevice,Ab4d.Vulkan.SurfaceKHR)"]

surface  SurfaceKHR

[Missing <param name="surface"/> documentation for "M:Ab4d.SharpEngine.Vulkan.SurfaceDetails.#ctor(Ab4d.Vulkan.PhysicalDevice,Ab4d.Vulkan.SurfaceKHR)"]

Remarks

[Missing <remarks> documentation for "M:Ab4d.SharpEngine.Vulkan.SurfaceDetails.#ctor(Ab4d.Vulkan.PhysicalDevice,Ab4d.Vulkan.SurfaceKHR)"]

See Also