Click or drag to resize
Ab4d.SharpEngine logo

SceneViewChooseSwapPresentMode Method

virtual ChooseSwapPresentMode that can be overriden to set a different PresentModeKHR.

Namespace: Ab4d.SharpEngine
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntax
C#
protected virtual PresentModeKHR ChooseSwapPresentMode(
	PresentModeKHR[]? availablePresentModes,
	bool isMobilePlatform
)

Parameters

availablePresentModes  PresentModeKHR
array of all supported present modes
isMobilePlatform  Boolean
isMobilePlatform

Return Value

PresentModeKHR
PresentModeKHR
Remarks

[Missing <remarks> documentation for "M:Ab4d.SharpEngine.SceneView.ChooseSwapPresentMode(Ab4d.Vulkan.PresentModeKHR[],System.Boolean)"]

See Also